Html Css Color HEX #B33608 Rust

📋 copy color: '#B33608'

red 179 ◦ green 54 ◦ blue 8

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

Shades of Rust #B33608

Tints of Rust #B33608

RGB

 RED value IS 179 (70.31% from 255) = 74.27%

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

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 74.27%
G = 22.41%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B33608 (or 0xB33608) is known color: Rust. HEX triplet: B3, 36 and 08. RGB value is (179,54,8). Sum of RGB (Red+Green+Blue) = 179+54+8=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B33608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33608 is #4CC9F7. Grayscale: #565656. Windows color (decimal): -5032440 or 538291. OLE color: 538291.

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

Color convert

RGB 179 54 8 -
CMYK 0 0.70 0.96 0.30
HSL 16.14º 0.91% 0.37% -
HSV(B) 16.14º 0.96% 0.7% -
XYZ 19.95 12.24 1.54 -
YUV 86.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 179 54 8 0 0.70 0.96 0.30 16.14 0.91 0.37
Hex B3 36 8 0 46 60 1E 10 5B 25
Octal 263 66 10 0 106 140 36 20 133 45
Binary 10110011 110110 1000 0 1000110 1100000 11110 10000 1011011 100101

Color Harmonies of #B33608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33608

Black with #B33608

Text Example


Text Example

White with #B33608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33608; }

 p { color: rgb(179,54,8); }

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

background-color css

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

 a { background-color: rgb(179,54,8); }

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

border-color css

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

 span { border-color: rgb(179,54,8); }

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