Html Css Color HEX #B73840 Brick Red

📋 copy color: '#B73840'

red 183 ◦ green 56 ◦ blue 64

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

Shades of Brick Red #B73840

Tints of Brick Red #B73840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 60.4%
G = 18.48%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B73840 (or 0xB73840) is known color: Brick Red. HEX triplet: B7, 38 and 40. RGB value is (183,56,64). Sum of RGB (Red+Green+Blue) = 183+56+64=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B73840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73840 is #48C7BF. Grayscale: #5E5E5E. Windows color (decimal): -4769728 or 4208823. OLE color: 4208823.

HSL color Cylindrical-coordinate representation of color #B73840: hue angle of 356.22º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73840 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 64 -
CMYK 0 0.69 0.65 0.28
HSL 356.22º 0.53% 0.47% -
HSV(B) 356.22º 0.69% 0.72% -
XYZ 21.87 13.27 6.26 -
YUV 94.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 183 56 64 0 0.69 0.65 0.28 356.22 0.53 0.47
Hex B7 38 40 0 45 41 1C 164 35 2F
Octal 267 70 100 0 105 101 34 544 65 57
Binary 10110111 111000 1000000 0 1000101 1000001 11100 101100100 110101 101111

Color Harmonies of #B73840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73840

Black with #B73840

Text Example


Text Example

White with #B73840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73840; }

 p { color: rgb(183,56,64); }

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

background-color css

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

 a { background-color: rgb(183,56,64); }

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

border-color css

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

 span { border-color: rgb(183,56,64); }

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