Html Css Color HEX #B02C0A Rust

📋 copy color: '#B02C0A'

red 176 ◦ green 44 ◦ blue 10

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

Shades of Rust #B02C0A

Tints of Rust #B02C0A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 76.52%
G = 19.13%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B02C0A (or 0xB02C0A) is known color: Rust. HEX triplet: B0, 2C and 0A. RGB value is (176,44,10). Sum of RGB (Red+Green+Blue) = 176+44+10=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C0A is #4FD3F5. Grayscale: #4F4F4F. Windows color (decimal): -5231606 or 666800. OLE color: 666800.

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

Color convert

RGB 176 44 10 -
CMYK 0 0.75 0.94 0.31
HSL 12.29º 0.89% 0.36% -
HSV(B) 12.29º 0.94% 0.69% -
XYZ 18.86 11.05 1.43 -
YUV 79.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 176 44 10 0 0.75 0.94 0.31 12.29 0.89 0.36
Hex B0 2C A 0 4B 5E 1F C 59 24
Octal 260 54 12 0 113 136 37 14 131 44
Binary 10110000 101100 1010 0 1001011 1011110 11111 1100 1011001 100100

Color Harmonies of #B02C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C0A

Black with #B02C0A

Text Example


Text Example

White with #B02C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C0A; }

 p { color: rgb(176,44,10); }

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

background-color css

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

 a { background-color: rgb(176,44,10); }

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

border-color css

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

 span { border-color: rgb(176,44,10); }

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