Html Css Color HEX #B64630 Medium Carmine

📋 copy color: '#B64630'

red 182 ◦ green 70 ◦ blue 48

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

Shades of Medium Carmine #B64630

Tints of Medium Carmine #B64630

RGB

 RED value IS 182 (71.48% from 255) = 60.67%

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 60.67%
G = 23.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B64630 (or 0xB64630) is known color: Medium Carmine. HEX triplet: B6, 46 and 30. RGB value is (182,70,48). Sum of RGB (Red+Green+Blue) = 182+70+48=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B64630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64630 is #49B9CF. Grayscale: #656565. Windows color (decimal): -4831696 or 3163830. OLE color: 3163830.

HSL color Cylindrical-coordinate representation of color #B64630: hue angle of 9.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B64630 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 48 -
CMYK 0 0.62 0.74 0.29
HSL 9.85º 0.58% 0.45% -
HSV(B) 9.85º 0.74% 0.71% -
XYZ 22.02 14.54 4.44 -
YUV 100.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 182 70 48 0 0.62 0.74 0.29 9.85 0.58 0.45
Hex B6 46 30 0 3E 4A 1D A 3A 2D
Octal 266 106 60 0 76 112 35 12 72 55
Binary 10110110 1000110 110000 0 111110 1001010 11101 1010 111010 101101

Color Harmonies of #B64630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64630

Black with #B64630

Text Example


Text Example

White with #B64630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64630; }

 p { color: rgb(182,70,48); }

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

background-color css

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

 a { background-color: rgb(182,70,48); }

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

border-color css

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

 span { border-color: rgb(182,70,48); }

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