Html Css Color HEX #B7413C Medium Carmine

📋 copy color: '#B7413C'

red 183 ◦ green 65 ◦ blue 60

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

Shades of Medium Carmine #B7413C

Tints of Medium Carmine #B7413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 59.42%
G = 21.1%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7413C (or 0xB7413C) is known color: Medium Carmine. HEX triplet: B7, 41 and 3C. RGB value is (183,65,60). Sum of RGB (Red+Green+Blue) = 183+65+60=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7413C is #48BEC3. Grayscale: #636363. Windows color (decimal): -4767428 or 3948983. OLE color: 3948983.

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

Color convert

RGB 183 65 60 -
CMYK 0 0.64 0.67 0.28
HSL 2.44º 0.51% 0.48% -
HSV(B) 2.44º 0.67% 0.72% -
XYZ 22.23 14.17 5.84 -
YUV 99.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 183 65 60 0 0.64 0.67 0.28 2.44 0.51 0.48
Hex B7 41 3C 0 40 43 1C 2 33 30
Octal 267 101 74 0 100 103 34 2 63 60
Binary 10110111 1000001 111100 0 1000000 1000011 11100 10 110011 110000

Color Harmonies of #B7413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7413C

Black with #B7413C

Text Example


Text Example

White with #B7413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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