Html Css Color HEX #B52F2D Brown

📋 copy color: '#B52F2D'

red 181 ◦ green 47 ◦ blue 45

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

Shades of Brown #B52F2D

Tints of Brown #B52F2D

RGB

 RED value IS 181 (71.09% from 255) = 66.3%

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 66.3%
G = 17.22%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B52F2D (or 0xB52F2D) is known color: Brown. HEX triplet: B5, 2F and 2D. RGB value is (181,47,45). Sum of RGB (Red+Green+Blue) = 181+47+45=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F2D is #4AD0D2. Grayscale: #565656. Windows color (decimal): -4903123 or 2961333. OLE color: 2961333.

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

Color convert

RGB 181 47 45 -
CMYK 0 0.74 0.75 0.29
HSL 0.88º 0.6% 0.44% -
HSV(B) 0.88º 0.75% 0.71% -
XYZ 20.55 12.05 3.72 -
YUV 86.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 181 47 45 0 0.74 0.75 0.29 0.88 0.6 0.44
Hex B5 2F 2D 0 4A 4B 1D 1 3C 2C
Octal 265 57 55 0 112 113 35 1 74 54
Binary 10110101 101111 101101 0 1001010 1001011 11101 1 111100 101100

Color Harmonies of #B52F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52F2D

Black with #B52F2D

Text Example


Text Example

White with #B52F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52F2D; }

 p { color: rgb(181,47,45); }

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

background-color css

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

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

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

border-color css

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

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

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