Html Css Color HEX #B73442 Brick Red

📋 copy color: '#B73442'

red 183 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #B73442

Tints of Brick Red #B73442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

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

R = 60.8%
G = 17.28%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B73442 (or 0xB73442) is known color: Brick Red. HEX triplet: B7, 34 and 42. RGB value is (183,52,66). Sum of RGB (Red+Green+Blue) = 183+52+66=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B73442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73442 is #48CBBD. Grayscale: #5C5C5C. Windows color (decimal): -4770750 or 4338871. OLE color: 4338871.

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

Color convert

RGB 183 52 66 -
CMYK 0 0.72 0.64 0.28
HSL 353.59º 0.56% 0.46% -
HSV(B) 353.59º 0.72% 0.72% -
XYZ 21.74 12.92 6.5 -
YUV 92.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 183 52 66 0 0.72 0.64 0.28 353.59 0.56 0.46
Hex B7 34 42 0 48 40 1C 162 38 2E
Octal 267 64 102 0 110 100 34 542 70 56
Binary 10110111 110100 1000010 0 1001000 1000000 11100 101100010 111000 101110

Color Harmonies of #B73442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73442

Black with #B73442

Text Example


Text Example

White with #B73442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73442; }

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

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

background-color css

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

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

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

border-color css

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

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

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