Html Css Color HEX #B32F3F Brick Red

📋 copy color: '#B32F3F'

red 179 ◦ green 47 ◦ blue 63

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

Shades of Brick Red #B32F3F

Tints of Brick Red #B32F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 61.94%
G = 16.26%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B32F3F (or 0xB32F3F) is known color: Brick Red. HEX triplet: B3, 2F and 3F. RGB value is (179,47,63). Sum of RGB (Red+Green+Blue) = 179+47+63=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F3F is #4CD0C0. Grayscale: #585858. Windows color (decimal): -5034177 or 4140979. OLE color: 4140979.

HSL color Cylindrical-coordinate representation of color #B32F3F: hue angle of 352.73º 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 #B32F3F is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 47 63 -
CMYK 0 0.74 0.65 0.30
HSL 352.73º 0.58% 0.44% -
HSV(B) 352.73º 0.74% 0.7% -
XYZ 20.5 11.98 5.93 -
YUV 88.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 179 47 63 0 0.74 0.65 0.30 352.73 0.58 0.44
Hex B3 2F 3F 0 4A 41 1E 161 3A 2C
Octal 263 57 77 0 112 101 36 541 72 54
Binary 10110011 101111 111111 0 1001010 1000001 11110 101100001 111010 101100

Color Harmonies of #B32F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F3F

Black with #B32F3F

Text Example


Text Example

White with #B32F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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