Html Css Color HEX #B23604 Rust

📋 copy color: '#B23604'

red 178 ◦ green 54 ◦ blue 4

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

Shades of Rust #B23604

Tints of Rust #B23604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 75.42%
G = 22.88%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B23604 (or 0xB23604) is known color: Rust. HEX triplet: B2, 36 and 04. RGB value is (178,54,4). Sum of RGB (Red+Green+Blue) = 178+54+4=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B23604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23604 is #4DC9FB. Grayscale: #555555. Windows color (decimal): -5097980 or 276146. OLE color: 276146.

HSL color Cylindrical-coordinate representation of color #B23604: hue angle of 17.24º 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 #B23604 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 54 4 -
CMYK 0 0.70 0.98 0.30
HSL 17.24º 0.96% 0.36% -
HSV(B) 17.24º 0.98% 0.7% -
XYZ 19.7 12.11 1.41 -
YUV 85.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 178 54 4 0 0.70 0.98 0.30 17.24 0.96 0.36
Hex B2 36 4 0 46 62 1E 11 60 24
Octal 262 66 4 0 106 142 36 21 140 44
Binary 10110010 110110 100 0 1000110 1100010 11110 10001 1100000 100100

Color Harmonies of #B23604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23604

Black with #B23604

Text Example


Text Example

White with #B23604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23604; }

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

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

background-color css

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

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

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

border-color css

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

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

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