Html Css Color HEX #B2323E Brick Red

📋 copy color: '#B2323E'

red 178 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #B2323E

Tints of Brick Red #B2323E

RGB

 RED value IS 178 (69.92% from 255) = 61.38%

 GREEN value IS 50 (19.92% from 255) = 17.24%

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 61.38%
G = 17.24%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2323E (or 0xB2323E) is known color: Brick Red. HEX triplet: B2, 32 and 3E. RGB value is (178,50,62). Sum of RGB (Red+Green+Blue) = 178+50+62=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2323E is #4DCDC1. Grayscale: #595959. Windows color (decimal): -5098946 or 4076210. OLE color: 4076210.

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

Color convert

RGB 178 50 62 -
CMYK 0 0.72 0.65 0.30
HSL 354.38º 0.56% 0.45% -
HSV(B) 354.38º 0.72% 0.7% -
XYZ 20.37 12.09 5.82 -
YUV 89.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 178 50 62 0 0.72 0.65 0.30 354.38 0.56 0.45
Hex B2 32 3E 0 48 41 1E 162 38 2D
Octal 262 62 76 0 110 101 36 542 70 55
Binary 10110010 110010 111110 0 1001000 1000001 11110 101100010 111000 101101

Color Harmonies of #B2323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2323E

Black with #B2323E

Text Example


Text Example

White with #B2323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2323E; }

 p { color: rgb(178,50,62); }

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

background-color css

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

 a { background-color: rgb(178,50,62); }

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

border-color css

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

 span { border-color: rgb(178,50,62); }

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