Html Css Color HEX #B42C06 Rust

📋 copy color: '#B42C06'

red 180 ◦ green 44 ◦ blue 6

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

Shades of Rust #B42C06

Tints of Rust #B42C06

RGB

 RED value IS 180 (70.7% from 255) = 78.26%

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

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 78.26%
G = 19.13%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B42C06 (or 0xB42C06) is known color: Rust. HEX triplet: B4, 2C and 06. RGB value is (180,44,6). Sum of RGB (Red+Green+Blue) = 180+44+6=230 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.26% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42C06 is #4BD3F9. Grayscale: #505050. Windows color (decimal): -4969466 or 404660. OLE color: 404660.

HSL color Cylindrical-coordinate representation of color #B42C06: hue angle of 13.1º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B42C06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 44 6 -
CMYK 0 0.76 0.97 0.29
HSL 13.1º 0.94% 0.36% -
HSV(B) 13.1º 0.97% 0.71% -
XYZ 19.76 11.52 1.35 -
YUV 80.33 86.06 199.09 -
System Red Green Blue C M Y K H S L
Decimal 180 44 6 0 0.76 0.97 0.29 13.1 0.94 0.36
Hex B4 2C 6 0 4C 61 1D D 5E 24
Octal 264 54 6 0 114 141 35 15 136 44
Binary 10110100 101100 110 0 1001100 1100001 11101 1101 1011110 100100

Color Harmonies of #B42C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C06

Black with #B42C06

Text Example


Text Example

White with #B42C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C06; }

 p { color: rgb(180,44,6); }

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

background-color css

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

 a { background-color: rgb(180,44,6); }

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

border-color css

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

 span { border-color: rgb(180,44,6); }

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