Html Css Color HEX #B42D04 Rust

📋 copy color: '#B42D04'

red 180 ◦ green 45 ◦ blue 4

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

Shades of Rust #B42D04

Tints of Rust #B42D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 78.6%
G = 19.65%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B42D04 (or 0xB42D04) is known color: Rust. HEX triplet: B4, 2D and 04. RGB value is (180,45,4). Sum of RGB (Red+Green+Blue) = 180+45+4=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42D04 is #4BD2FB. Grayscale: #505050. Windows color (decimal): -4969212 or 273844. OLE color: 273844.

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

Color convert

RGB 180 45 4 -
CMYK 0 0.75 0.98 0.29
HSL 13.98º 0.96% 0.36% -
HSV(B) 13.98º 0.98% 0.71% -
XYZ 19.78 11.59 1.31 -
YUV 80.69 84.73 198.83 -
System Red Green Blue C M Y K H S L
Decimal 180 45 4 0 0.75 0.98 0.29 13.98 0.96 0.36
Hex B4 2D 4 0 4B 62 1D E 60 24
Octal 264 55 4 0 113 142 35 16 140 44
Binary 10110100 101101 100 0 1001011 1100010 11101 1110 1100000 100100

Color Harmonies of #B42D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D04

Black with #B42D04

Text Example


Text Example

White with #B42D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D04; }

 p { color: rgb(180,45,4); }

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

background-color css

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

 a { background-color: rgb(180,45,4); }

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

border-color css

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

 span { border-color: rgb(180,45,4); }

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