Html Css Color HEX #B2393E Brick Red

📋 copy color: '#B2393E'

red 178 ◦ green 57 ◦ blue 62

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

Shades of Brick Red #B2393E

Tints of Brick Red #B2393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 59.93%
G = 19.19%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2393E (or 0xB2393E) is known color: Brick Red. HEX triplet: B2, 39 and 3E. RGB value is (178,57,62). Sum of RGB (Red+Green+Blue) = 178+57+62=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B2393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2393E is #4DC6C1. Grayscale: #5D5D5D. Windows color (decimal): -5097154 or 4078002. OLE color: 4078002.

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

Color convert

RGB 178 57 62 -
CMYK 0 0.68 0.65 0.30
HSL 357.52º 0.51% 0.46% -
HSV(B) 357.52º 0.68% 0.7% -
XYZ 20.69 12.74 5.93 -
YUV 93.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 178 57 62 0 0.68 0.65 0.30 357.52 0.51 0.46
Hex B2 39 3E 0 44 41 1E 166 33 2E
Octal 262 71 76 0 104 101 36 546 63 56
Binary 10110010 111001 111110 0 1000100 1000001 11110 101100110 110011 101110

Color Harmonies of #B2393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2393E

Black with #B2393E

Text Example


Text Example

White with #B2393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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