Html Css Color HEX #B73C26 Medium Carmine

📋 copy color: '#B73C26'

red 183 ◦ green 60 ◦ blue 38

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

Shades of Medium Carmine #B73C26

Tints of Medium Carmine #B73C26

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.35%

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 65.12%
G = 21.35%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B73C26 (or 0xB73C26) is known color: Medium Carmine. HEX triplet: B7, 3C and 26. RGB value is (183,60,38). Sum of RGB (Red+Green+Blue) = 183+60+38=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C26 is #48C3D9. Grayscale: #5E5E5E. Windows color (decimal): -4768730 or 2505911. OLE color: 2505911.

HSL color Cylindrical-coordinate representation of color #B73C26: hue angle of 9.1º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B73C26 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 60 38 -
CMYK 0 0.67 0.79 0.28
HSL 9.1º 0.66% 0.43% -
HSV(B) 9.1º 0.79% 0.72% -
XYZ 21.49 13.44 3.29 -
YUV 94.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 183 60 38 0 0.67 0.79 0.28 9.1 0.66 0.43
Hex B7 3C 26 0 43 4F 1C 9 42 2B
Octal 267 74 46 0 103 117 34 11 102 53
Binary 10110111 111100 100110 0 1000011 1001111 11100 1001 1000010 101011

Color Harmonies of #B73C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C26

Black with #B73C26

Text Example


Text Example

White with #B73C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C26; }

 p { color: rgb(183,60,38); }

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

background-color css

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

 a { background-color: rgb(183,60,38); }

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

border-color css

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

 span { border-color: rgb(183,60,38); }

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