Html Css Color HEX #B02C0D Rust

📋 copy color: '#B02C0D'

red 176 ◦ green 44 ◦ blue 13

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

Shades of Rust #B02C0D

Tints of Rust #B02C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 75.54%
G = 18.88%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B02C0D (or 0xB02C0D) is known color: Rust. HEX triplet: B0, 2C and 0D. RGB value is (176,44,13). Sum of RGB (Red+Green+Blue) = 176+44+13=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C0D is #4FD3F2. Grayscale: #505050. Windows color (decimal): -5231603 or 863408. OLE color: 863408.

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

Color convert

RGB 176 44 13 -
CMYK 0 0.75 0.93 0.31
HSL 11.41º 0.86% 0.37% -
HSV(B) 11.41º 0.93% 0.69% -
XYZ 18.88 11.06 1.52 -
YUV 79.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 176 44 13 0 0.75 0.93 0.31 11.41 0.86 0.37
Hex B0 2C D 0 4B 5D 1F B 56 25
Octal 260 54 15 0 113 135 37 13 126 45
Binary 10110000 101100 1101 0 1001011 1011101 11111 1011 1010110 100101

Color Harmonies of #B02C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C0D

Black with #B02C0D

Text Example


Text Example

White with #B02C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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