Html Css Color HEX #B4420A Rust

📋 copy color: '#B4420A'

red 180 ◦ green 66 ◦ blue 10

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

Shades of Rust #B4420A

Tints of Rust #B4420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 70.31%
G = 25.78%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4420A (or 0xB4420A) is known color: Rust. HEX triplet: B4, 42 and 0A. RGB value is (180,66,10). Sum of RGB (Red+Green+Blue) = 180+66+10=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B4420A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4420A is #4BBDF5. Grayscale: #5E5E5E. Windows color (decimal): -4963830 or 672436. OLE color: 672436.

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

Color convert

RGB 180 66 10 -
CMYK 0 0.63 0.94 0.29
HSL 19.76º 0.89% 0.37% -
HSV(B) 19.76º 0.94% 0.71% -
XYZ 20.83 13.62 1.82 -
YUV 93.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 180 66 10 0 0.63 0.94 0.29 19.76 0.89 0.37
Hex B4 42 A 0 3F 5E 1D 14 59 25
Octal 264 102 12 0 77 136 35 24 131 45
Binary 10110100 1000010 1010 0 111111 1011110 11101 10100 1011001 100101

Color Harmonies of #B4420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4420A

Black with #B4420A

Text Example


Text Example

White with #B4420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4420A; }

 p { color: rgb(180,66,10); }

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

background-color css

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

 a { background-color: rgb(180,66,10); }

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

border-color css

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

 span { border-color: rgb(180,66,10); }

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