Html Css Color HEX #B43306 Rust

📋 copy color: '#B43306'

red 180 ◦ green 51 ◦ blue 6

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

Shades of Rust #B43306

Tints of Rust #B43306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 6 (2.73% from 255) = 2.53%

R = 75.95%
G = 21.52%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B43306 (or 0xB43306) is known color: Rust. HEX triplet: B4, 33 and 06. RGB value is (180,51,6). Sum of RGB (Red+Green+Blue) = 180+51+6=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B43306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43306 is #4BCCF9. Grayscale: #545454. Windows color (decimal): -4967674 or 406452. OLE color: 406452.

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

Color convert

RGB 180 51 6 -
CMYK 0 0.72 0.97 0.29
HSL 15.52º 0.94% 0.36% -
HSV(B) 15.52º 0.97% 0.71% -
XYZ 20.04 12.08 1.45 -
YUV 84.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 180 51 6 0 0.72 0.97 0.29 15.52 0.94 0.36
Hex B4 33 6 0 48 61 1D 10 5E 24
Octal 264 63 6 0 110 141 35 20 136 44
Binary 10110100 110011 110 0 1001000 1100001 11101 10000 1011110 100100

Color Harmonies of #B43306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43306

Black with #B43306

Text Example


Text Example

White with #B43306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43306; }

 p { color: rgb(180,51,6); }

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

background-color css

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

 a { background-color: rgb(180,51,6); }

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

border-color css

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

 span { border-color: rgb(180,51,6); }

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