Html Css Color HEX #B02403 Rust

📋 copy color: '#B02403'

red 176 ◦ green 36 ◦ blue 3

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

Shades of Rust #B02403

Tints of Rust #B02403

RGB

 RED value IS 176 (69.14% from 255) = 81.86%

 GREEN value IS 36 (14.45% from 255) = 16.74%

 BLUE value IS 3 (1.56% from 255) = 1.4%

R = 81.86%
G = 16.74%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B02403 (or 0xB02403) is known color: Rust. HEX triplet: B0, 24 and 03. RGB value is (176,36,3). Sum of RGB (Red+Green+Blue) = 176+36+3=215 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.86% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 176 - color contains mainly: red. Hex color #B02403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02403 is #4FDBFC. Grayscale: #4A4A4A. Windows color (decimal): -5233661 or 206000. OLE color: 206000.

HSL color Cylindrical-coordinate representation of color #B02403: hue angle of 11.45º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B02403 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 3 -
CMYK 0 0.80 0.98 0.31
HSL 11.45º 0.97% 0.35% -
HSV(B) 11.45º 0.98% 0.69% -
XYZ 18.55 10.5 1.13 -
YUV 74.1 87.88 200.68 -
System Red Green Blue C M Y K H S L
Decimal 176 36 3 0 0.80 0.98 0.31 11.45 0.97 0.35
Hex B0 24 3 0 50 62 1F B 61 23
Octal 260 44 3 0 120 142 37 13 141 43
Binary 10110000 100100 11 0 1010000 1100010 11111 1011 1100001 100011

Color Harmonies of #B02403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02403

Black with #B02403

Text Example


Text Example

White with #B02403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02403; }

 p { color: rgb(176,36,3); }

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

background-color css

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

 a { background-color: rgb(176,36,3); }

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

border-color css

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

 span { border-color: rgb(176,36,3); }

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