Html Css Color HEX #B32E3A Brick Red

📋 copy color: '#B32E3A'

red 179 ◦ green 46 ◦ blue 58

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

Shades of Brick Red #B32E3A

Tints of Brick Red #B32E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 63.25%
G = 16.25%
B = 20.49%

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

#B32E3A (or 0xB32E3A) is known color: Brick Red. HEX triplet: B3, 2E and 3A. RGB value is (179,46,58). Sum of RGB (Red+Green+Blue) = 179+46+58=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32E3A is #4CD1C5. Grayscale: #575757. Windows color (decimal): -5034438 or 3813043. OLE color: 3813043.

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

Color convert

RGB 179 46 58 -
CMYK 0 0.74 0.68 0.30
HSL 354.59º 0.59% 0.44% -
HSV(B) 354.59º 0.74% 0.7% -
XYZ 20.33 11.84 5.22 -
YUV 87.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 179 46 58 0 0.74 0.68 0.30 354.59 0.59 0.44
Hex B3 2E 3A 0 4A 44 1E 163 3B 2C
Octal 263 56 72 0 112 104 36 543 73 54
Binary 10110011 101110 111010 0 1001010 1000100 11110 101100011 111011 101100

Color Harmonies of #B32E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E3A

Black with #B32E3A

Text Example


Text Example

White with #B32E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E3A; }

 p { color: rgb(179,46,58); }

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

background-color css

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

 a { background-color: rgb(179,46,58); }

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

border-color css

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

 span { border-color: rgb(179,46,58); }

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