Html Css Color HEX #B42F06 Rust

📋 copy color: '#B42F06'

red 180 ◦ green 47 ◦ blue 6

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

Shades of Rust #B42F06

Tints of Rust #B42F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

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

R = 77.25%
G = 20.17%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B42F06 (or 0xB42F06) is known color: Rust. HEX triplet: B4, 2F and 06. RGB value is (180,47,6). Sum of RGB (Red+Green+Blue) = 180+47+6=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42F06 is #4BD0F9. Grayscale: #525252. Windows color (decimal): -4968698 or 405428. OLE color: 405428.

HSL color Cylindrical-coordinate representation of color #B42F06: hue angle of 14.14º 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 #B42F06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 47 6 -
CMYK 0 0.74 0.97 0.29
HSL 14.14º 0.94% 0.36% -
HSV(B) 14.14º 0.97% 0.71% -
XYZ 19.87 11.75 1.39 -
YUV 82.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 180 47 6 0 0.74 0.97 0.29 14.14 0.94 0.36
Hex B4 2F 6 0 4A 61 1D E 5E 24
Octal 264 57 6 0 112 141 35 16 136 44
Binary 10110100 101111 110 0 1001010 1100001 11101 1110 1011110 100100

Color Harmonies of #B42F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F06

Black with #B42F06

Text Example


Text Example

White with #B42F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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