Html Css Color HEX #B03F02 Rust

📋 copy color: '#B03F02'

red 176 ◦ green 63 ◦ blue 2

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

Shades of Rust #B03F02

Tints of Rust #B03F02

RGB

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

 GREEN value IS 63 (25% from 255) = 26.14%

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

R = 73.03%
G = 26.14%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B03F02 (or 0xB03F02) is known color: Rust. HEX triplet: B0, 3F and 02. RGB value is (176,63,2). Sum of RGB (Red+Green+Blue) = 176+63+2=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F02 is #4FC0FD. Grayscale: #5A5A5A. Windows color (decimal): -5226750 or 147376. OLE color: 147376.

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

Color convert

RGB 176 63 2 -
CMYK 0 0.64 0.99 0.31
HSL 21.03º 0.98% 0.35% -
HSV(B) 21.03º 0.99% 0.69% -
XYZ 19.69 12.79 1.49 -
YUV 89.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 176 63 2 0 0.64 0.99 0.31 21.03 0.98 0.35
Hex B0 3F 2 0 40 63 1F 15 62 23
Octal 260 77 2 0 100 143 37 25 142 43
Binary 10110000 111111 10 0 1000000 1100011 11111 10101 1100010 100011

Color Harmonies of #B03F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F02

Black with #B03F02

Text Example


Text Example

White with #B03F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F02; }

 p { color: rgb(176,63,2); }

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

background-color css

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

 a { background-color: rgb(176,63,2); }

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

border-color css

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

 span { border-color: rgb(176,63,2); }

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