Html Css Color HEX #B7293C Brick Red

📋 copy color: '#B7293C'

red 183 ◦ green 41 ◦ blue 60

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

Shades of Brick Red #B7293C

Tints of Brick Red #B7293C

RGB

 RED value IS 183 (71.88% from 255) = 64.44%

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

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 64.44%
G = 14.44%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7293C (or 0xB7293C) is known color: Brick Red. HEX triplet: B7, 29 and 3C. RGB value is (183,41,60). Sum of RGB (Red+Green+Blue) = 183+41+60=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7293C is #48D6C3. Grayscale: #555555. Windows color (decimal): -4773572 or 3942839. OLE color: 3942839.

HSL color Cylindrical-coordinate representation of color #B7293C: hue angle of 351.97º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7293C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 41 60 -
CMYK 0 0.78 0.67 0.28
HSL 351.97º 0.63% 0.44% -
HSV(B) 351.97º 0.78% 0.72% -
XYZ 21.14 11.98 5.47 -
YUV 85.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 183 41 60 0 0.78 0.67 0.28 351.97 0.63 0.44
Hex B7 29 3C 0 4E 43 1C 160 3F 2C
Octal 267 51 74 0 116 103 34 540 77 54
Binary 10110111 101001 111100 0 1001110 1000011 11100 101100000 111111 101100

Color Harmonies of #B7293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7293C

Black with #B7293C

Text Example


Text Example

White with #B7293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7293C; }

 p { color: rgb(183,41,60); }

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

background-color css

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

 a { background-color: rgb(183,41,60); }

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

border-color css

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

 span { border-color: rgb(183,41,60); }

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