Html Css Color HEX #B02303 Rust

📋 copy color: '#B02303'

red 176 ◦ green 35 ◦ blue 3

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

Shades of Rust #B02303

Tints of Rust #B02303

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 82.24%
G = 16.36%
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

#B02303 (or 0xB02303) is known color: Rust. HEX triplet: B0, 23 and 03. RGB value is (176,35,3). Sum of RGB (Red+Green+Blue) = 176+35+3=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B02303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02303 is #4FDCFC. Grayscale: #494949. Windows color (decimal): -5233917 or 205744. OLE color: 205744.

HSL color Cylindrical-coordinate representation of color #B02303: hue angle of 11.1º 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 #B02303 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 35 3 -
CMYK 0 0.80 0.98 0.31
HSL 11.1º 0.97% 0.35% -
HSV(B) 11.1º 0.98% 0.69% -
XYZ 18.52 10.44 1.12 -
YUV 73.51 88.21 201.1 -
System Red Green Blue C M Y K H S L
Decimal 176 35 3 0 0.80 0.98 0.31 11.1 0.97 0.35
Hex B0 23 3 0 50 62 1F B 61 23
Octal 260 43 3 0 120 142 37 13 141 43
Binary 10110000 100011 11 0 1010000 1100010 11111 1011 1100001 100011

Color Harmonies of #B02303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02303

Black with #B02303

Text Example


Text Example

White with #B02303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02303; }

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

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

background-color css

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

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

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

border-color css

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

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

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