Html Css Color HEX #B63F3B Medium Carmine

📋 copy color: '#B63F3B'

red 182 ◦ green 63 ◦ blue 59

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

Shades of Medium Carmine #B63F3B

Tints of Medium Carmine #B63F3B

RGB

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

 GREEN value IS 63 (25% from 255) = 20.72%

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

R = 59.87%
G = 20.72%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B63F3B (or 0xB63F3B) is known color: Medium Carmine. HEX triplet: B6, 3F and 3B. RGB value is (182,63,59). Sum of RGB (Red+Green+Blue) = 182+63+59=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F3B is #49C0C4. Grayscale: #626262. Windows color (decimal): -4833477 or 3882934. OLE color: 3882934.

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

Color convert

RGB 182 63 59 -
CMYK 0 0.65 0.68 0.29
HSL 1.95º 0.51% 0.47% -
HSV(B) 1.95º 0.68% 0.71% -
XYZ 21.86 13.82 5.65 -
YUV 98.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 182 63 59 0 0.65 0.68 0.29 1.95 0.51 0.47
Hex B6 3F 3B 0 41 44 1D 2 33 2F
Octal 266 77 73 0 101 104 35 2 63 57
Binary 10110110 111111 111011 0 1000001 1000100 11101 10 110011 101111

Color Harmonies of #B63F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F3B

Black with #B63F3B

Text Example


Text Example

White with #B63F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F3B; }

 p { color: rgb(182,63,59); }

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

background-color css

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

 a { background-color: rgb(182,63,59); }

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

border-color css

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

 span { border-color: rgb(182,63,59); }

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