Html Css Color HEX #B43602 Rust

📋 copy color: '#B43602'

red 180 ◦ green 54 ◦ blue 2

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

Shades of Rust #B43602

Tints of Rust #B43602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 76.27%
G = 22.88%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B43602 (or 0xB43602) is known color: Rust. HEX triplet: B4, 36 and 02. RGB value is (180,54,2). Sum of RGB (Red+Green+Blue) = 180+54+2=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B43602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43602 is #4BC9FD. Grayscale: #565656. Windows color (decimal): -4966910 or 145076. OLE color: 145076.

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

Color convert

RGB 180 54 2 -
CMYK 0 0.7 0.99 0.29
HSL 17.53º 0.98% 0.36% -
HSV(B) 17.53º 0.99% 0.71% -
XYZ 20.15 12.35 1.38 -
YUV 85.75 80.74 195.23 -
System Red Green Blue C M Y K H S L
Decimal 180 54 2 0 0.7 0.99 0.29 17.53 0.98 0.36
Hex B4 36 2 0 46 63 1D 12 62 24
Octal 264 66 2 0 106 143 35 22 142 44
Binary 10110100 110110 10 0 1000110 1100011 11101 10010 1100010 100100

Color Harmonies of #B43602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43602

Black with #B43602

Text Example


Text Example

White with #B43602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43602; }

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

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

background-color css

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

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

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

border-color css

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

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

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