Html Css Color HEX #B73542 Brick Red

📋 copy color: '#B73542'

red 183 ◦ green 53 ◦ blue 66

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

Shades of Brick Red #B73542

Tints of Brick Red #B73542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 60.6%
G = 17.55%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B73542 (or 0xB73542) is known color: Brick Red. HEX triplet: B7, 35 and 42. RGB value is (183,53,66). Sum of RGB (Red+Green+Blue) = 183+53+66=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B73542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73542 is #48CABD. Grayscale: #5D5D5D. Windows color (decimal): -4770494 or 4339127. OLE color: 4339127.

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

Color convert

RGB 183 53 66 -
CMYK 0 0.71 0.64 0.28
HSL 354º 0.55% 0.46% -
HSV(B) 354º 0.71% 0.72% -
XYZ 21.78 13.01 6.52 -
YUV 93.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 183 53 66 0 0.71 0.64 0.28 354 0.55 0.46
Hex B7 35 42 0 47 40 1C 162 37 2E
Octal 267 65 102 0 107 100 34 542 67 56
Binary 10110111 110101 1000010 0 1000111 1000000 11100 101100010 110111 101110

Color Harmonies of #B73542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73542

Black with #B73542

Text Example


Text Example

White with #B73542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73542; }

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

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

background-color css

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

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

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

border-color css

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

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

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