Html Css Color HEX #B02608 Rust

📋 copy color: '#B02608'

red 176 ◦ green 38 ◦ blue 8

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

Shades of Rust #B02608

Tints of Rust #B02608

RGB

 RED value IS 176 (69.14% from 255) = 79.28%

 GREEN value IS 38 (15.23% from 255) = 17.12%

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

R = 79.28%
G = 17.12%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B02608 (or 0xB02608) is known color: Rust. HEX triplet: B0, 26 and 08. RGB value is (176,38,8). Sum of RGB (Red+Green+Blue) = 176+38+8=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B02608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02608 is #4FD9F7. Grayscale: #4C4C4C. Windows color (decimal): -5233144 or 534192. OLE color: 534192.

HSL color Cylindrical-coordinate representation of color #B02608: hue angle of 10.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B02608 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 8 -
CMYK 0 0.78 0.95 0.31
HSL 10.71º 0.91% 0.36% -
HSV(B) 10.71º 0.95% 0.69% -
XYZ 18.64 10.63 1.3 -
YUV 75.84 89.72 199.44 -
System Red Green Blue C M Y K H S L
Decimal 176 38 8 0 0.78 0.95 0.31 10.71 0.91 0.36
Hex B0 26 8 0 4E 5F 1F B 5B 24
Octal 260 46 10 0 116 137 37 13 133 44
Binary 10110000 100110 1000 0 1001110 1011111 11111 1011 1011011 100100

Color Harmonies of #B02608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02608

Black with #B02608

Text Example


Text Example

White with #B02608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02608; }

 p { color: rgb(176,38,8); }

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

background-color css

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

 a { background-color: rgb(176,38,8); }

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

border-color css

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

 span { border-color: rgb(176,38,8); }

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