Html Css Color HEX #B32C02 Rust

📋 copy color: '#B32C02'

red 179 ◦ green 44 ◦ blue 2

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

Shades of Rust #B32C02

Tints of Rust #B32C02

RGB

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

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

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

R = 79.56%
G = 19.56%
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

#B32C02 (or 0xB32C02) is known color: Rust. HEX triplet: B3, 2C and 02. RGB value is (179,44,2). Sum of RGB (Red+Green+Blue) = 179+44+2=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C02 is #4CD3FD. Grayscale: #4F4F4F. Windows color (decimal): -5035006 or 142515. OLE color: 142515.

HSL color Cylindrical-coordinate representation of color #B32C02: hue angle of 14.24º 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 #B32C02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 44 2 -
CMYK 0 0.75 0.99 0.30
HSL 14.24º 0.98% 0.35% -
HSV(B) 14.24º 0.99% 0.7% -
XYZ 19.5 11.39 1.23 -
YUV 79.58 84.23 198.92 -
System Red Green Blue C M Y K H S L
Decimal 179 44 2 0 0.75 0.99 0.30 14.24 0.98 0.35
Hex B3 2C 2 0 4B 63 1E E 62 23
Octal 263 54 2 0 113 143 36 16 142 43
Binary 10110011 101100 10 0 1001011 1100011 11110 1110 1100010 100011

Color Harmonies of #B32C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C02

Black with #B32C02

Text Example


Text Example

White with #B32C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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