Html Css Color HEX #B22D08 Rust

📋 copy color: '#B22D08'

red 178 ◦ green 45 ◦ blue 8

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

Shades of Rust #B22D08

Tints of Rust #B22D08

RGB

 RED value IS 178 (69.92% from 255) = 77.06%

 GREEN value IS 45 (17.97% from 255) = 19.48%

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

R = 77.06%
G = 19.48%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B22D08 (or 0xB22D08) is known color: Rust. HEX triplet: B2, 2D and 08. RGB value is (178,45,8). Sum of RGB (Red+Green+Blue) = 178+45+8=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22D08 is #4DD2F7. Grayscale: #505050. Windows color (decimal): -5100280 or 535986. OLE color: 535986.

HSL color Cylindrical-coordinate representation of color #B22D08: hue angle of 13.06º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B22D08 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 45 8 -
CMYK 0 0.75 0.96 0.30
HSL 13.06º 0.91% 0.36% -
HSV(B) 13.06º 0.96% 0.7% -
XYZ 19.34 11.36 1.4 -
YUV 80.55 87.06 197.51 -
System Red Green Blue C M Y K H S L
Decimal 178 45 8 0 0.75 0.96 0.30 13.06 0.91 0.36
Hex B2 2D 8 0 4B 60 1E D 5B 24
Octal 262 55 10 0 113 140 36 15 133 44
Binary 10110010 101101 1000 0 1001011 1100000 11110 1101 1011011 100100

Color Harmonies of #B22D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D08

Black with #B22D08

Text Example


Text Example

White with #B22D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D08; }

 p { color: rgb(178,45,8); }

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

background-color css

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

 a { background-color: rgb(178,45,8); }

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

border-color css

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

 span { border-color: rgb(178,45,8); }

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