Html Css Color HEX #B53306 Rust

📋 copy color: '#B53306'

red 181 ◦ green 51 ◦ blue 6

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

Shades of Rust #B53306

Tints of Rust #B53306

RGB

 RED value IS 181 (71.09% from 255) = 76.05%

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

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

R = 76.05%
G = 21.43%
B = 2.52%

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

#B53306 (or 0xB53306) is known color: Rust. HEX triplet: B5, 33 and 06. RGB value is (181,51,6). Sum of RGB (Red+Green+Blue) = 181+51+6=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B53306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53306 is #4ACCF9. Grayscale: #555555. Windows color (decimal): -4902138 or 406453. OLE color: 406453.

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

Color convert

RGB 181 51 6 -
CMYK 0 0.72 0.97 0.29
HSL 15.43º 0.94% 0.37% -
HSV(B) 15.43º 0.97% 0.71% -
XYZ 20.27 12.2 1.46 -
YUV 84.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 181 51 6 0 0.72 0.97 0.29 15.43 0.94 0.37
Hex B5 33 6 0 48 61 1D F 5E 25
Octal 265 63 6 0 110 141 35 17 136 45
Binary 10110101 110011 110 0 1001000 1100001 11101 1111 1011110 100101

Color Harmonies of #B53306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53306

Black with #B53306

Text Example


Text Example

White with #B53306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53306; }

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

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

background-color css

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

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

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

border-color css

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

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

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