Html Css Color HEX #B02F02 Rust

📋 copy color: '#B02F02'

red 176 ◦ green 47 ◦ blue 2

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

Shades of Rust #B02F02

Tints of Rust #B02F02

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.89%

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

R = 78.22%
G = 20.89%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B02F02 (or 0xB02F02) is known color: Rust. HEX triplet: B0, 2F and 02. RGB value is (176,47,2). Sum of RGB (Red+Green+Blue) = 176+47+2=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02F02 is #4FD0FD. Grayscale: #505050. Windows color (decimal): -5230846 or 143280. OLE color: 143280.

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

Color convert

RGB 176 47 2 -
CMYK 0 0.73 0.99 0.31
HSL 15.52º 0.98% 0.35% -
HSV(B) 15.52º 0.99% 0.69% -
XYZ 18.93 11.27 1.23 -
YUV 80.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 176 47 2 0 0.73 0.99 0.31 15.52 0.98 0.35
Hex B0 2F 2 0 49 63 1F 10 62 23
Octal 260 57 2 0 111 143 37 20 142 43
Binary 10110000 101111 10 0 1001001 1100011 11111 10000 1100010 100011

Color Harmonies of #B02F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F02

Black with #B02F02

Text Example


Text Example

White with #B02F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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