Html Css Color HEX #B7413D Medium Carmine

📋 copy color: '#B7413D'

red 183 ◦ green 65 ◦ blue 61

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

Shades of Medium Carmine #B7413D

Tints of Medium Carmine #B7413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 59.22%
G = 21.04%
B = 19.74%

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

#B7413D (or 0xB7413D) is known color: Medium Carmine. HEX triplet: B7, 41 and 3D. RGB value is (183,65,61). Sum of RGB (Red+Green+Blue) = 183+65+61=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7413D is #48BEC2. Grayscale: #636363. Windows color (decimal): -4767427 or 4014519. OLE color: 4014519.

HSL color Cylindrical-coordinate representation of color #B7413D: hue angle of 1.97º degrees, saturation: 0.5, 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 #B7413D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 61 -
CMYK 0 0.64 0.67 0.28
HSL 1.97º 0.5% 0.48% -
HSV(B) 1.97º 0.67% 0.72% -
XYZ 22.26 14.18 5.98 -
YUV 99.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 183 65 61 0 0.64 0.67 0.28 1.97 0.5 0.48
Hex B7 41 3D 0 40 43 1C 2 32 30
Octal 267 101 75 0 100 103 34 2 62 60
Binary 10110111 1000001 111101 0 1000000 1000011 11100 10 110010 110000

Color Harmonies of #B7413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7413D

Black with #B7413D

Text Example


Text Example

White with #B7413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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