Html Css Color HEX #B22D02 Rust

📋 copy color: '#B22D02'

red 178 ◦ green 45 ◦ blue 2

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

Shades of Rust #B22D02

Tints of Rust #B22D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 79.11%
G = 20%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B22D02 (or 0xB22D02) is known color: Rust. HEX triplet: B2, 2D and 02. RGB value is (178,45,2). Sum of RGB (Red+Green+Blue) = 178+45+2=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22D02 is #4DD2FD. Grayscale: #505050. Windows color (decimal): -5100286 or 142770. OLE color: 142770.

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

Color convert

RGB 178 45 2 -
CMYK 0 0.75 0.99 0.30
HSL 14.66º 0.98% 0.35% -
HSV(B) 14.66º 0.99% 0.7% -
XYZ 19.31 11.35 1.23 -
YUV 79.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 178 45 2 0 0.75 0.99 0.30 14.66 0.98 0.35
Hex B2 2D 2 0 4B 63 1E F 62 23
Octal 262 55 2 0 113 143 36 17 142 43
Binary 10110010 101101 10 0 1001011 1100011 11110 1111 1100010 100011

Color Harmonies of #B22D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D02

Black with #B22D02

Text Example


Text Example

White with #B22D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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