Html Css Color HEX #B02603 Rust

📋 copy color: '#B02603'

red 176 ◦ green 38 ◦ blue 3

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

Shades of Rust #B02603

Tints of Rust #B02603

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 81.11%
G = 17.51%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B02603 (or 0xB02603) is known color: Rust. HEX triplet: B0, 26 and 03. RGB value is (176,38,3). Sum of RGB (Red+Green+Blue) = 176+38+3=217 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.11% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 176 - color contains mainly: red. Hex color #B02603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02603 is #4FD9FC. Grayscale: #4B4B4B. Windows color (decimal): -5233149 or 206512. OLE color: 206512.

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

Color convert

RGB 176 38 3 -
CMYK 0 0.78 0.98 0.31
HSL 12.14º 0.97% 0.35% -
HSV(B) 12.14º 0.98% 0.69% -
XYZ 18.61 10.62 1.16 -
YUV 75.27 87.22 199.85 -
System Red Green Blue C M Y K H S L
Decimal 176 38 3 0 0.78 0.98 0.31 12.14 0.97 0.35
Hex B0 26 3 0 4E 62 1F C 61 23
Octal 260 46 3 0 116 142 37 14 141 43
Binary 10110000 100110 11 0 1001110 1100010 11111 1100 1100001 100011

Color Harmonies of #B02603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02603

Black with #B02603

Text Example


Text Example

White with #B02603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02603; }

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

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

background-color css

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

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

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

border-color css

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

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

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