Html Css Color HEX #B32F39 Brick Red

📋 copy color: '#B32F39'

red 179 ◦ green 47 ◦ blue 57

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

Shades of Brick Red #B32F39

Tints of Brick Red #B32F39

RGB

 RED value IS 179 (70.31% from 255) = 63.25%

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

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 63.25%
G = 16.61%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B32F39 (or 0xB32F39) is known color: Brick Red. HEX triplet: B3, 2F and 39. RGB value is (179,47,57). Sum of RGB (Red+Green+Blue) = 179+47+57=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F39 is #4CD0C6. Grayscale: #575757. Windows color (decimal): -5034183 or 3747763. OLE color: 3747763.

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

Color convert

RGB 179 47 57 -
CMYK 0 0.74 0.68 0.30
HSL 355.45º 0.58% 0.44% -
HSV(B) 355.45º 0.74% 0.7% -
XYZ 20.35 11.91 5.1 -
YUV 87.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 179 47 57 0 0.74 0.68 0.30 355.45 0.58 0.44
Hex B3 2F 39 0 4A 44 1E 163 3A 2C
Octal 263 57 71 0 112 104 36 543 72 54
Binary 10110011 101111 111001 0 1001010 1000100 11110 101100011 111010 101100

Color Harmonies of #B32F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F39

Black with #B32F39

Text Example


Text Example

White with #B32F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F39; }

 p { color: rgb(179,47,57); }

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

background-color css

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

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

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

border-color css

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

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

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