Html Css Color HEX #B7353D Brick Red

📋 copy color: '#B7353D'

red 183 ◦ green 53 ◦ blue 61

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

Shades of Brick Red #B7353D

Tints of Brick Red #B7353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 61.62%
G = 17.85%
B = 20.54%

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

#B7353D (or 0xB7353D) is known color: Brick Red. HEX triplet: B7, 35 and 3D. RGB value is (183,53,61). Sum of RGB (Red+Green+Blue) = 183+53+61=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7353D is #48CAC2. Grayscale: #5C5C5C. Windows color (decimal): -4770499 or 4011447. OLE color: 4011447.

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

Color convert

RGB 183 53 61 -
CMYK 0 0.71 0.67 0.28
HSL 356.31º 0.55% 0.46% -
HSV(B) 356.31º 0.71% 0.72% -
XYZ 21.64 12.95 5.77 -
YUV 92.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 183 53 61 0 0.71 0.67 0.28 356.31 0.55 0.46
Hex B7 35 3D 0 47 43 1C 164 37 2E
Octal 267 65 75 0 107 103 34 544 67 56
Binary 10110111 110101 111101 0 1000111 1000011 11100 101100100 110111 101110

Color Harmonies of #B7353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7353D

Black with #B7353D

Text Example


Text Example

White with #B7353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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