Html Css Color HEX #B02F2F Brown

📋 copy color: '#B02F2F'

red 176 ◦ green 47 ◦ blue 47

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

Shades of Brown #B02F2F

Tints of Brown #B02F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 65.19%
G = 17.41%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B02F2F (or 0xB02F2F) is known color: Brown. HEX triplet: B0, 2F and 2F. RGB value is (176,47,47). Sum of RGB (Red+Green+Blue) = 176+47+47=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F2F is #4FD0D0. Grayscale: #555555. Windows color (decimal): -5230801 or 3092400. OLE color: 3092400.

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

Color convert

RGB 176 47 47 -
CMYK 0 0.73 0.73 0.31
HSL 0.58% 0.44% -
HSV(B) 0.73% 0.69% -
XYZ 19.43 11.47 3.88 -
YUV 85.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 176 47 47 0 0.73 0.73 0.31 0 0.58 0.44
Hex B0 2F 2F 0 49 49 1F 0 3A 2C
Octal 260 57 57 0 111 111 37 0 72 54
Binary 10110000 101111 101111 0 1001001 1001001 11111 0 111010 101100

Color Harmonies of #B02F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F2F

Black with #B02F2F

Text Example


Text Example

White with #B02F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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