Html Css Color HEX #B32F3A Brick Red

📋 copy color: '#B32F3A'

red 179 ◦ green 47 ◦ blue 58

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

Shades of Brick Red #B32F3A

Tints of Brick Red #B32F3A

RGB

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

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

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

R = 63.03%
G = 16.55%
B = 20.42%

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

#B32F3A (or 0xB32F3A) is known color: Brick Red. HEX triplet: B3, 2F and 3A. RGB value is (179,47,58). Sum of RGB (Red+Green+Blue) = 179+47+58=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F3A is #4CD0C5. Grayscale: #575757. Windows color (decimal): -5034182 or 3813299. OLE color: 3813299.

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

Color convert

RGB 179 47 58 -
CMYK 0 0.74 0.68 0.30
HSL 355º 0.58% 0.44% -
HSV(B) 355º 0.74% 0.7% -
XYZ 20.37 11.92 5.23 -
YUV 87.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 179 47 58 0 0.74 0.68 0.30 355 0.58 0.44
Hex B3 2F 3A 0 4A 44 1E 163 3A 2C
Octal 263 57 72 0 112 104 36 543 72 54
Binary 10110011 101111 111010 0 1001010 1000100 11110 101100011 111010 101100

Color Harmonies of #B32F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F3A

Black with #B32F3A

Text Example


Text Example

White with #B32F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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