Html Css Color HEX #B53002 Rust

📋 copy color: '#B53002'

red 181 ◦ green 48 ◦ blue 2

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

Shades of Rust #B53002

Tints of Rust #B53002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

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

R = 78.35%
G = 20.78%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B53002 (or 0xB53002) is known color: Rust. HEX triplet: B5, 30 and 02. RGB value is (181,48,2). Sum of RGB (Red+Green+Blue) = 181+48+2=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B53002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53002 is #4ACFFD. Grayscale: #525252. Windows color (decimal): -4902910 or 143541. OLE color: 143541.

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

Color convert

RGB 181 48 2 -
CMYK 0 0.73 0.99 0.29
HSL 15.42º 0.98% 0.36% -
HSV(B) 15.42º 0.99% 0.71% -
XYZ 20.12 11.94 1.3 -
YUV 82.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 181 48 2 0 0.73 0.99 0.29 15.42 0.98 0.36
Hex B5 30 2 0 49 63 1D F 62 24
Octal 265 60 2 0 111 143 35 17 142 44
Binary 10110101 110000 10 0 1001001 1100011 11101 1111 1100010 100100

Color Harmonies of #B53002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53002

Black with #B53002

Text Example


Text Example

White with #B53002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53002; }

 p { color: rgb(181,48,2); }

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

background-color css

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

 a { background-color: rgb(181,48,2); }

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

border-color css

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

 span { border-color: rgb(181,48,2); }

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