Html Css Color HEX #B7413A Medium Carmine

📋 copy color: '#B7413A'

red 183 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #B7413A

Tints of Medium Carmine #B7413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 59.8%
G = 21.24%
B = 18.95%

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

#B7413A (or 0xB7413A) is known color: Medium Carmine. HEX triplet: B7, 41 and 3A. RGB value is (183,65,58). Sum of RGB (Red+Green+Blue) = 183+65+58=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B7413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7413A is #48BEC5. Grayscale: #636363. Windows color (decimal): -4767430 or 3817911. OLE color: 3817911.

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

Color convert

RGB 183 65 58 -
CMYK 0 0.64 0.68 0.28
HSL 3.36º 0.52% 0.47% -
HSV(B) 3.36º 0.68% 0.72% -
XYZ 22.18 14.15 5.57 -
YUV 99.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 183 65 58 0 0.64 0.68 0.28 3.36 0.52 0.47
Hex B7 41 3A 0 40 44 1C 3 34 2F
Octal 267 101 72 0 100 104 34 3 64 57
Binary 10110111 1000001 111010 0 1000000 1000100 11100 11 110100 101111

Color Harmonies of #B7413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7413A

Black with #B7413A

Text Example


Text Example

White with #B7413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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