Html Css Color HEX #B02C10 Rust

📋 copy color: '#B02C10'

red 176 ◦ green 44 ◦ blue 16

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

Shades of Rust #B02C10

Tints of Rust #B02C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 74.58%
G = 18.64%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B02C10 (or 0xB02C10) is known color: Rust. HEX triplet: B0, 2C and 10. RGB value is (176,44,16). Sum of RGB (Red+Green+Blue) = 176+44+16=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C10 is #4FD3EF. Grayscale: #505050. Windows color (decimal): -5231600 or 1060016. OLE color: 1060016.

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

Color convert

RGB 176 44 16 -
CMYK 0 0.75 0.91 0.31
HSL 10.5º 0.83% 0.38% -
HSV(B) 10.5º 0.91% 0.69% -
XYZ 18.9 11.07 1.63 -
YUV 80.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 176 44 16 0 0.75 0.91 0.31 10.5 0.83 0.38
Hex B0 2C 10 0 4B 5B 1F A 53 26
Octal 260 54 20 0 113 133 37 12 123 46
Binary 10110000 101100 10000 0 1001011 1011011 11111 1010 1010011 100110

Color Harmonies of #B02C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C10

Black with #B02C10

Text Example


Text Example

White with #B02C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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