Html Css Color HEX #B42F02 Rust

📋 copy color: '#B42F02'

red 180 ◦ green 47 ◦ blue 2

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

Shades of Rust #B42F02

Tints of Rust #B42F02

RGB

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

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

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

R = 78.6%
G = 20.52%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B42F02 (or 0xB42F02) is known color: Rust. HEX triplet: B4, 2F and 02. RGB value is (180,47,2). Sum of RGB (Red+Green+Blue) = 180+47+2=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42F02 is #4BD0FD. Grayscale: #515151. Windows color (decimal): -4968702 or 143284. OLE color: 143284.

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

Color convert

RGB 180 47 2 -
CMYK 0 0.74 0.99 0.29
HSL 15.17º 0.98% 0.36% -
HSV(B) 15.17º 0.99% 0.71% -
XYZ 19.85 11.74 1.28 -
YUV 81.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 180 47 2 0 0.74 0.99 0.29 15.17 0.98 0.36
Hex B4 2F 2 0 4A 63 1D F 62 24
Octal 264 57 2 0 112 143 35 17 142 44
Binary 10110100 101111 10 0 1001010 1100011 11101 1111 1100010 100100

Color Harmonies of #B42F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F02

Black with #B42F02

Text Example


Text Example

White with #B42F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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