Html Css Color HEX #B2293E Brick Red

📋 copy color: '#B2293E'

red 178 ◦ green 41 ◦ blue 62

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

Shades of Brick Red #B2293E

Tints of Brick Red #B2293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 63.35%
G = 14.59%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2293E (or 0xB2293E) is known color: Brick Red. HEX triplet: B2, 29 and 3E. RGB value is (178,41,62). Sum of RGB (Red+Green+Blue) = 178+41+62=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B2293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2293E is #4DD6C1. Grayscale: #545454. Windows color (decimal): -5101250 or 4073906. OLE color: 4073906.

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

Color convert

RGB 178 41 62 -
CMYK 0 0.77 0.65 0.30
HSL 350.8º 0.63% 0.43% -
HSV(B) 350.8º 0.77% 0.7% -
XYZ 20.02 11.4 5.7 -
YUV 84.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 178 41 62 0 0.77 0.65 0.30 350.8 0.63 0.43
Hex B2 29 3E 0 4D 41 1E 15F 3F 2B
Octal 262 51 76 0 115 101 36 537 77 53
Binary 10110010 101001 111110 0 1001101 1000001 11110 101011111 111111 101011

Color Harmonies of #B2293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2293E

Black with #B2293E

Text Example


Text Example

White with #B2293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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