Html Css Color HEX #B73642 Brick Red

📋 copy color: '#B73642'

red 183 ◦ green 54 ◦ blue 66

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

Shades of Brick Red #B73642

Tints of Brick Red #B73642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

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

R = 60.4%
G = 17.82%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B73642 (or 0xB73642) is known color: Brick Red. HEX triplet: B7, 36 and 42. RGB value is (183,54,66). Sum of RGB (Red+Green+Blue) = 183+54+66=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B73642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73642 is #48C9BD. Grayscale: #5E5E5E. Windows color (decimal): -4770238 or 4339383. OLE color: 4339383.

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

Color convert

RGB 183 54 66 -
CMYK 0 0.70 0.64 0.28
HSL 354.42º 0.54% 0.46% -
HSV(B) 354.42º 0.7% 0.72% -
XYZ 21.83 13.1 6.53 -
YUV 93.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 183 54 66 0 0.70 0.64 0.28 354.42 0.54 0.46
Hex B7 36 42 0 46 40 1C 162 36 2E
Octal 267 66 102 0 106 100 34 542 66 56
Binary 10110111 110110 1000010 0 1000110 1000000 11100 101100010 110110 101110

Color Harmonies of #B73642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73642

Black with #B73642

Text Example


Text Example

White with #B73642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73642; }

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

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

background-color css

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

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

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

border-color css

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

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

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