Html Css Color HEX #B63F3F Medium Carmine

📋 copy color: '#B63F3F'

red 182 ◦ green 63 ◦ blue 63

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

Shades of Medium Carmine #B63F3F

Tints of Medium Carmine #B63F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 59.09%
G = 20.45%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B63F3F (or 0xB63F3F) is known color: Medium Carmine. HEX triplet: B6, 3F and 3F. RGB value is (182,63,63). Sum of RGB (Red+Green+Blue) = 182+63+63=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F3F is #49C0C0. Grayscale: #626262. Windows color (decimal): -4833473 or 4145078. OLE color: 4145078.

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

Color convert

RGB 182 63 63 -
CMYK 0 0.65 0.65 0.29
HSL 0.49% 0.48% -
HSV(B) 0.65% 0.71% -
XYZ 21.97 13.86 6.22 -
YUV 98.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 182 63 63 0 0.65 0.65 0.29 0 0.49 0.48
Hex B6 3F 3F 0 41 41 1D 0 31 30
Octal 266 77 77 0 101 101 35 0 61 60
Binary 10110110 111111 111111 0 1000001 1000001 11101 0 110001 110000

Color Harmonies of #B63F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F3F

Black with #B63F3F

Text Example


Text Example

White with #B63F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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