Html Css Color HEX #B23F04 Rust

📋 copy color: '#B23F04'

red 178 ◦ green 63 ◦ blue 4

#B23F04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B23F04

Tints of Rust #B23F04

RGB

 RED value IS 178 (69.92% from 255) = 72.65%

 GREEN value IS 63 (25% from 255) = 25.71%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 72.65%
G = 25.71%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B23F04 (or 0xB23F04) is known color: Rust. HEX triplet: B2, 3F and 04. RGB value is (178,63,4). Sum of RGB (Red+Green+Blue) = 178+63+4=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23F04 is #4DC0FB. Grayscale: #5B5B5B. Windows color (decimal): -5095676 or 278450. OLE color: 278450.

HSL color Cylindrical-coordinate representation of color #B23F04: hue angle of 20.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B23F04 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 63 4 -
CMYK 0 0.65 0.98 0.30
HSL 20.34º 0.96% 0.36% -
HSV(B) 20.34º 0.98% 0.7% -
XYZ 20.16 13.03 1.57 -
YUV 90.66 79.1 190.3 -
System Red Green Blue C M Y K H S L
Decimal 178 63 4 0 0.65 0.98 0.30 20.34 0.96 0.36
Hex B2 3F 4 0 41 62 1E 14 60 24
Octal 262 77 4 0 101 142 36 24 140 44
Binary 10110010 111111 100 0 1000001 1100010 11110 10100 1100000 100100

Color Harmonies of #B23F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F04

Black with #B23F04

Text Example


Text Example

White with #B23F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F04; }

 p { color: rgb(178,63,4); }

 H1.HeaderClassName
 {
   color: #B23F04;
 }
 .AnyTagClassName
 {
   color: #B23F04;
 }
</style>

background-color css

<style>
 a { background-color: #B23F04; }

 a { background-color: rgb(178,63,4); }

 div.DivClassName
 {
   background-color: #B23F04;
 }
 .BgClassName
 {
   background-color: #B23F04;
 }
</style>

border-color css

<style>
 span { border-color: #B23F04; }

 span { border-color: rgb(178,63,4); }

 td.TdClassName
 {
   border-color: #B23F04;
 }
 .TagClassName
 {
   border-color: #B23F04;
 }
</style>