Html Css Color HEX #B7353C Brick Red

📋 copy color: '#B7353C'

red 183 ◦ green 53 ◦ blue 60

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

Shades of Brick Red #B7353C

Tints of Brick Red #B7353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 61.82%
G = 17.91%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7353C (or 0xB7353C) is known color: Brick Red. HEX triplet: B7, 35 and 3C. RGB value is (183,53,60). Sum of RGB (Red+Green+Blue) = 183+53+60=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7353C is #48CAC3. Grayscale: #5C5C5C. Windows color (decimal): -4770500 or 3945911. OLE color: 3945911.

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

Color convert

RGB 183 53 60 -
CMYK 0 0.71 0.67 0.28
HSL 356.77º 0.55% 0.46% -
HSV(B) 356.77º 0.71% 0.72% -
XYZ 21.62 12.94 5.63 -
YUV 92.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 183 53 60 0 0.71 0.67 0.28 356.77 0.55 0.46
Hex B7 35 3C 0 47 43 1C 165 37 2E
Octal 267 65 74 0 107 103 34 545 67 56
Binary 10110111 110101 111100 0 1000111 1000011 11100 101100101 110111 101110

Color Harmonies of #B7353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7353C

Black with #B7353C

Text Example


Text Example

White with #B7353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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