Html Css Color HEX #B2323B Brick Red

📋 copy color: '#B2323B'

red 178 ◦ green 50 ◦ blue 59

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

Shades of Brick Red #B2323B

Tints of Brick Red #B2323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 62.02%
G = 17.42%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2323B (or 0xB2323B) is known color: Brick Red. HEX triplet: B2, 32 and 3B. RGB value is (178,50,59). Sum of RGB (Red+Green+Blue) = 178+50+59=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2323B is #4DCDC4. Grayscale: #595959. Windows color (decimal): -5098949 or 3879602. OLE color: 3879602.

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

Color convert

RGB 178 50 59 -
CMYK 0 0.72 0.67 0.30
HSL 355.78º 0.56% 0.45% -
HSV(B) 355.78º 0.72% 0.7% -
XYZ 20.29 12.06 5.4 -
YUV 89.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 178 50 59 0 0.72 0.67 0.30 355.78 0.56 0.45
Hex B2 32 3B 0 48 43 1E 164 38 2D
Octal 262 62 73 0 110 103 36 544 70 55
Binary 10110010 110010 111011 0 1001000 1000011 11110 101100100 111000 101101

Color Harmonies of #B2323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2323B

Black with #B2323B

Text Example


Text Example

White with #B2323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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