Html Css Color HEX #B2303E Brick Red

📋 copy color: '#B2303E'

red 178 ◦ green 48 ◦ blue 62

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

Shades of Brick Red #B2303E

Tints of Brick Red #B2303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 61.81%
G = 16.67%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2303E (or 0xB2303E) is known color: Brick Red. HEX triplet: B2, 30 and 3E. RGB value is (178,48,62). Sum of RGB (Red+Green+Blue) = 178+48+62=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2303E is #4DCFC1. Grayscale: #585858. Windows color (decimal): -5099458 or 4075698. OLE color: 4075698.

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

Color convert

RGB 178 48 62 -
CMYK 0 0.73 0.65 0.30
HSL 353.54º 0.58% 0.44% -
HSV(B) 353.54º 0.73% 0.7% -
XYZ 20.29 11.93 5.79 -
YUV 88.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 178 48 62 0 0.73 0.65 0.30 353.54 0.58 0.44
Hex B2 30 3E 0 49 41 1E 162 3A 2C
Octal 262 60 76 0 111 101 36 542 72 54
Binary 10110010 110000 111110 0 1001001 1000001 11110 101100010 111010 101100

Color Harmonies of #B2303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2303E

Black with #B2303E

Text Example


Text Example

White with #B2303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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