Html Css Color HEX #B33C08 Rust

📋 copy color: '#B33C08'

red 179 ◦ green 60 ◦ blue 8

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

Shades of Rust #B33C08

Tints of Rust #B33C08

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.29%

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

R = 72.47%
G = 24.29%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B33C08 (or 0xB33C08) is known color: Rust. HEX triplet: B3, 3C and 08. RGB value is (179,60,8). Sum of RGB (Red+Green+Blue) = 179+60+8=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C08 is #4CC3F7. Grayscale: #595959. Windows color (decimal): -5030904 or 539827. OLE color: 539827.

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

Color convert

RGB 179 60 8 -
CMYK 0 0.66 0.96 0.30
HSL 18.25º 0.91% 0.37% -
HSV(B) 18.25º 0.96% 0.7% -
XYZ 20.25 12.83 1.64 -
YUV 89.65 81.92 191.73 -
System Red Green Blue C M Y K H S L
Decimal 179 60 8 0 0.66 0.96 0.30 18.25 0.91 0.37
Hex B3 3C 8 0 42 60 1E 12 5B 25
Octal 263 74 10 0 102 140 36 22 133 45
Binary 10110011 111100 1000 0 1000010 1100000 11110 10010 1011011 100101

Color Harmonies of #B33C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C08

Black with #B33C08

Text Example


Text Example

White with #B33C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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