Html Css Color HEX #B7293A Brick Red

📋 copy color: '#B7293A'

red 183 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #B7293A

Tints of Brick Red #B7293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 64.89%
G = 14.54%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7293A (or 0xB7293A) is known color: Brick Red. HEX triplet: B7, 29 and 3A. RGB value is (183,41,58). Sum of RGB (Red+Green+Blue) = 183+41+58=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7293A is #48D6C5. Grayscale: #555555. Windows color (decimal): -4773574 or 3811767. OLE color: 3811767.

HSL color Cylindrical-coordinate representation of color #B7293A: hue angle of 352.82º 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 #B7293A is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 41 58 -
CMYK 0 0.78 0.68 0.28
HSL 352.82º 0.63% 0.44% -
HSV(B) 352.82º 0.78% 0.72% -
XYZ 21.09 11.96 5.2 -
YUV 85.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 183 41 58 0 0.78 0.68 0.28 352.82 0.63 0.44
Hex B7 29 3A 0 4E 44 1C 161 3F 2C
Octal 267 51 72 0 116 104 34 541 77 54
Binary 10110111 101001 111010 0 1001110 1000100 11100 101100001 111111 101100

Color Harmonies of #B7293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7293A

Black with #B7293A

Text Example


Text Example

White with #B7293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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