Html Css Color HEX #B22C0A Rust

📋 copy color: '#B22C0A'

red 178 ◦ green 44 ◦ blue 10

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

Shades of Rust #B22C0A

Tints of Rust #B22C0A

RGB

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

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

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

R = 76.72%
G = 18.97%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B22C0A (or 0xB22C0A) is known color: Rust. HEX triplet: B2, 2C and 0A. RGB value is (178,44,10). Sum of RGB (Red+Green+Blue) = 178+44+10=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22C0A is #4DD3F5. Grayscale: #505050. Windows color (decimal): -5100534 or 666802. OLE color: 666802.

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

Color convert

RGB 178 44 10 -
CMYK 0 0.75 0.94 0.30
HSL 12.14º 0.89% 0.37% -
HSV(B) 12.14º 0.94% 0.7% -
XYZ 19.32 11.29 1.45 -
YUV 80.19 88.39 197.76 -
System Red Green Blue C M Y K H S L
Decimal 178 44 10 0 0.75 0.94 0.30 12.14 0.89 0.37
Hex B2 2C A 0 4B 5E 1E C 59 25
Octal 262 54 12 0 113 136 36 14 131 45
Binary 10110010 101100 1010 0 1001011 1011110 11110 1100 1011001 100101

Color Harmonies of #B22C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C0A

Black with #B22C0A

Text Example


Text Example

White with #B22C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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