Html Css Color HEX #B64230 Medium Carmine

📋 copy color: '#B64230'

red 182 ◦ green 66 ◦ blue 48

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

Shades of Medium Carmine #B64230

Tints of Medium Carmine #B64230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

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

R = 61.49%
G = 22.3%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B64230 (or 0xB64230) is known color: Medium Carmine. HEX triplet: B6, 42 and 30. RGB value is (182,66,48). Sum of RGB (Red+Green+Blue) = 182+66+48=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B64230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64230 is #49BDCF. Grayscale: #626262. Windows color (decimal): -4832720 or 3162806. OLE color: 3162806.

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

Color convert

RGB 182 66 48 -
CMYK 0 0.64 0.74 0.29
HSL 8.06º 0.58% 0.45% -
HSV(B) 8.06º 0.74% 0.71% -
XYZ 21.77 14.05 4.36 -
YUV 98.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 182 66 48 0 0.64 0.74 0.29 8.06 0.58 0.45
Hex B6 42 30 0 40 4A 1D 8 3A 2D
Octal 266 102 60 0 100 112 35 10 72 55
Binary 10110110 1000010 110000 0 1000000 1001010 11101 1000 111010 101101

Color Harmonies of #B64230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64230

Black with #B64230

Text Example


Text Example

White with #B64230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64230; }

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

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

background-color css

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

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

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

border-color css

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

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

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