Html Css Color HEX #B02C2C Brown

📋 copy color: '#B02C2C'

red 176 ◦ green 44 ◦ blue 44

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

Shades of Brown #B02C2C

Tints of Brown #B02C2C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.67%

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B02C2C (or 0xB02C2C) is known color: Brown. HEX triplet: B0, 2C and 2C. RGB value is (176,44,44). Sum of RGB (Red+Green+Blue) = 176+44+44=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C2C is #4FD3D3. Grayscale: #535353. Windows color (decimal): -5231572 or 2895024. OLE color: 2895024.

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

Color convert

RGB 176 44 44 -
CMYK 0 0.75 0.75 0.31
HSL 0.6% 0.43% -
HSV(B) 0.75% 0.69% -
XYZ 19.26 11.21 3.53 -
YUV 83.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 176 44 44 0 0.75 0.75 0.31 0 0.6 0.43
Hex B0 2C 2C 0 4B 4B 1F 0 3C 2B
Octal 260 54 54 0 113 113 37 0 74 53
Binary 10110000 101100 101100 0 1001011 1001011 11111 0 111100 101011

Color Harmonies of #B02C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C2C

Black with #B02C2C

Text Example


Text Example

White with #B02C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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