Html Css Color HEX #B64030 Medium Carmine

📋 copy color: '#B64030'

red 182 ◦ green 64 ◦ blue 48

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

Shades of Medium Carmine #B64030

Tints of Medium Carmine #B64030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

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

R = 61.9%
G = 21.77%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B64030 (or 0xB64030) is known color: Medium Carmine. HEX triplet: B6, 40 and 30. RGB value is (182,64,48). Sum of RGB (Red+Green+Blue) = 182+64+48=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B64030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64030 is #49BFCF. Grayscale: #616161. Windows color (decimal): -4833232 or 3162294. OLE color: 3162294.

HSL color Cylindrical-coordinate representation of color #B64030: hue angle of 7.16º 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 #B64030 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 48 -
CMYK 0 0.65 0.74 0.29
HSL 7.16º 0.58% 0.45% -
HSV(B) 7.16º 0.74% 0.71% -
XYZ 21.66 13.83 4.32 -
YUV 97.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 182 64 48 0 0.65 0.74 0.29 7.16 0.58 0.45
Hex B6 40 30 0 41 4A 1D 7 3A 2D
Octal 266 100 60 0 101 112 35 7 72 55
Binary 10110110 1000000 110000 0 1000001 1001010 11101 111 111010 101101

Color Harmonies of #B64030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64030

Black with #B64030

Text Example


Text Example

White with #B64030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64030; }

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

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

background-color css

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

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

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

border-color css

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

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

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