Html Css Color HEX #B32C09 Rust

📋 copy color: '#B32C09'

red 179 ◦ green 44 ◦ blue 9

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

Shades of Rust #B32C09

Tints of Rust #B32C09

RGB

 RED value IS 179 (70.31% from 255) = 77.16%

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

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 77.16%
G = 18.97%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B32C09 (or 0xB32C09) is known color: Rust. HEX triplet: B3, 2C and 09. RGB value is (179,44,9). Sum of RGB (Red+Green+Blue) = 179+44+9=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C09 is #4CD3F6. Grayscale: #505050. Windows color (decimal): -5034999 or 601267. OLE color: 601267.

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

Color convert

RGB 179 44 9 -
CMYK 0 0.75 0.95 0.30
HSL 12.35º 0.9% 0.37% -
HSV(B) 12.35º 0.95% 0.7% -
XYZ 19.54 11.4 1.43 -
YUV 80.38 87.73 198.35 -
System Red Green Blue C M Y K H S L
Decimal 179 44 9 0 0.75 0.95 0.30 12.35 0.9 0.37
Hex B3 2C 9 0 4B 5F 1E C 5A 25
Octal 263 54 11 0 113 137 36 14 132 45
Binary 10110011 101100 1001 0 1001011 1011111 11110 1100 1011010 100101

Color Harmonies of #B32C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C09

Black with #B32C09

Text Example


Text Example

White with #B32C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C09; }

 p { color: rgb(179,44,9); }

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

background-color css

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

 a { background-color: rgb(179,44,9); }

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

border-color css

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

 span { border-color: rgb(179,44,9); }

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