Html Css Color HEX #B63F27 Medium Carmine

📋 copy color: '#B63F27'

red 182 ◦ green 63 ◦ blue 39

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

Shades of Medium Carmine #B63F27

Tints of Medium Carmine #B63F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 64.08%
G = 22.18%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B63F27 (or 0xB63F27) is known color: Medium Carmine. HEX triplet: B6, 3F and 27. RGB value is (182,63,39). Sum of RGB (Red+Green+Blue) = 182+63+39=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F27 is #49C0D8. Grayscale: #606060. Windows color (decimal): -4833497 or 2572214. OLE color: 2572214.

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

Color convert

RGB 182 63 39 -
CMYK 0 0.65 0.79 0.29
HSL 10.07º 0.65% 0.43% -
HSV(B) 10.07º 0.79% 0.71% -
XYZ 21.44 13.65 3.42 -
YUV 95.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 182 63 39 0 0.65 0.79 0.29 10.07 0.65 0.43
Hex B6 3F 27 0 41 4F 1D A 41 2B
Octal 266 77 47 0 101 117 35 12 101 53
Binary 10110110 111111 100111 0 1000001 1001111 11101 1010 1000001 101011

Color Harmonies of #B63F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F27

Black with #B63F27

Text Example


Text Example

White with #B63F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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