Html Css Color HEX #B42802 Rust

📋 copy color: '#B42802'

red 180 ◦ green 40 ◦ blue 2

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

Shades of Rust #B42802

Tints of Rust #B42802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

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

R = 81.08%
G = 18.02%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B42802 (or 0xB42802) is known color: Rust. HEX triplet: B4, 28 and 02. RGB value is (180,40,2). Sum of RGB (Red+Green+Blue) = 180+40+2=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B42802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42802 is #4BD7FD. Grayscale: #4D4D4D. Windows color (decimal): -4970494 or 141492. OLE color: 141492.

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

Color convert

RGB 180 40 2 -
CMYK 0 0.78 0.99 0.29
HSL 12.81º 0.98% 0.36% -
HSV(B) 12.81º 0.99% 0.71% -
XYZ 19.59 11.23 1.19 -
YUV 77.53 85.38 201.09 -
System Red Green Blue C M Y K H S L
Decimal 180 40 2 0 0.78 0.99 0.29 12.81 0.98 0.36
Hex B4 28 2 0 4E 63 1D D 62 24
Octal 264 50 2 0 116 143 35 15 142 44
Binary 10110100 101000 10 0 1001110 1100011 11101 1101 1100010 100100

Color Harmonies of #B42802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42802

Black with #B42802

Text Example


Text Example

White with #B42802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42802; }

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

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

background-color css

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

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

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

border-color css

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

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

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