Html Css Color HEX #B32D3F Brick Red

📋 copy color: '#B32D3F'

red 179 ◦ green 45 ◦ blue 63

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

Shades of Brick Red #B32D3F

Tints of Brick Red #B32D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

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

R = 62.37%
G = 15.68%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B32D3F (or 0xB32D3F) is known color: Brick Red. HEX triplet: B3, 2D and 3F. RGB value is (179,45,63). Sum of RGB (Red+Green+Blue) = 179+45+63=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D3F is #4CD2C0. Grayscale: #575757. Windows color (decimal): -5034689 or 4140467. OLE color: 4140467.

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

Color convert

RGB 179 45 63 -
CMYK 0 0.75 0.65 0.30
HSL 351.94º 0.6% 0.44% -
HSV(B) 351.94º 0.75% 0.7% -
XYZ 20.43 11.82 5.91 -
YUV 87.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 179 45 63 0 0.75 0.65 0.30 351.94 0.6 0.44
Hex B3 2D 3F 0 4B 41 1E 160 3C 2C
Octal 263 55 77 0 113 101 36 540 74 54
Binary 10110011 101101 111111 0 1001011 1000001 11110 101100000 111100 101100

Color Harmonies of #B32D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D3F

Black with #B32D3F

Text Example


Text Example

White with #B32D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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