Html Css Color HEX #B7373E Brick Red

📋 copy color: '#B7373E'

red 183 ◦ green 55 ◦ blue 62

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

Shades of Brick Red #B7373E

Tints of Brick Red #B7373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.33%

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

R = 61%
G = 18.33%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7373E (or 0xB7373E) is known color: Brick Red. HEX triplet: B7, 37 and 3E. RGB value is (183,55,62). Sum of RGB (Red+Green+Blue) = 183+55+62=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7373E is #48C8C1. Grayscale: #5E5E5E. Windows color (decimal): -4769986 or 4077495. OLE color: 4077495.

HSL color Cylindrical-coordinate representation of color #B7373E: hue angle of 356.72º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7373E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 55 62 -
CMYK 0 0.70 0.66 0.28
HSL 356.72º 0.54% 0.47% -
HSV(B) 356.72º 0.7% 0.72% -
XYZ 21.76 13.15 5.95 -
YUV 94.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 183 55 62 0 0.70 0.66 0.28 356.72 0.54 0.47
Hex B7 37 3E 0 46 42 1C 165 36 2F
Octal 267 67 76 0 106 102 34 545 66 57
Binary 10110111 110111 111110 0 1000110 1000010 11100 101100101 110110 101111

Color Harmonies of #B7373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7373E

Black with #B7373E

Text Example


Text Example

White with #B7373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7373E; }

 p { color: rgb(183,55,62); }

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

background-color css

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

 a { background-color: rgb(183,55,62); }

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

border-color css

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

 span { border-color: rgb(183,55,62); }

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