Html Css Color HEX #B7413B Medium Carmine

📋 copy color: '#B7413B'

red 183 ◦ green 65 ◦ blue 59

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

Shades of Medium Carmine #B7413B

Tints of Medium Carmine #B7413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 59.61%
G = 21.17%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7413B (or 0xB7413B) is known color: Medium Carmine. HEX triplet: B7, 41 and 3B. RGB value is (183,65,59). Sum of RGB (Red+Green+Blue) = 183+65+59=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7413B is #48BEC4. Grayscale: #636363. Windows color (decimal): -4767429 or 3883447. OLE color: 3883447.

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

Color convert

RGB 183 65 59 -
CMYK 0 0.64 0.68 0.28
HSL 2.9º 0.51% 0.47% -
HSV(B) 2.9º 0.68% 0.72% -
XYZ 22.21 14.16 5.7 -
YUV 99.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 183 65 59 0 0.64 0.68 0.28 2.9 0.51 0.47
Hex B7 41 3B 0 40 44 1C 3 33 2F
Octal 267 101 73 0 100 104 34 3 63 57
Binary 10110111 1000001 111011 0 1000000 1000100 11100 11 110011 101111

Color Harmonies of #B7413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7413B

Black with #B7413B

Text Example


Text Example

White with #B7413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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