Html Css Color HEX #B73730 Medium Carmine

📋 copy color: '#B73730'

red 183 ◦ green 55 ◦ blue 48

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

Shades of Medium Carmine #B73730

Tints of Medium Carmine #B73730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

 BLUE value IS 48 (19.14% from 255) = 16.78%

R = 63.99%
G = 19.23%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B73730 (or 0xB73730) is known color: Medium Carmine. HEX triplet: B7, 37 and 30. RGB value is (183,55,48). Sum of RGB (Red+Green+Blue) = 183+55+48=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B73730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73730 is #48C8CF. Grayscale: #5C5C5C. Windows color (decimal): -4770000 or 3159991. OLE color: 3159991.

HSL color Cylindrical-coordinate representation of color #B73730: hue angle of 3.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73730 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 55 48 -
CMYK 0 0.70 0.74 0.28
HSL 3.11º 0.58% 0.45% -
HSV(B) 3.11º 0.74% 0.72% -
XYZ 21.43 13.01 4.18 -
YUV 92.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 183 55 48 0 0.70 0.74 0.28 3.11 0.58 0.45
Hex B7 37 30 0 46 4A 1C 3 3A 2D
Octal 267 67 60 0 106 112 34 3 72 55
Binary 10110111 110111 110000 0 1000110 1001010 11100 11 111010 101101

Color Harmonies of #B73730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73730

Black with #B73730

Text Example


Text Example

White with #B73730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73730; }

 p { color: rgb(183,55,48); }

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

background-color css

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

 a { background-color: rgb(183,55,48); }

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

border-color css

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

 span { border-color: rgb(183,55,48); }

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