Html Css Color HEX #B63F28 Medium Carmine

📋 copy color: '#B63F28'

red 182 ◦ green 63 ◦ blue 40

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

Shades of Medium Carmine #B63F28

Tints of Medium Carmine #B63F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 63.86%
G = 22.11%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B63F28 (or 0xB63F28) is known color: Medium Carmine. HEX triplet: B6, 3F and 28. RGB value is (182,63,40). Sum of RGB (Red+Green+Blue) = 182+63+40=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F28 is #49C0D7. Grayscale: #606060. Windows color (decimal): -4833496 or 2637750. OLE color: 2637750.

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

Color convert

RGB 182 63 40 -
CMYK 0 0.65 0.78 0.29
HSL 9.72º 0.64% 0.44% -
HSV(B) 9.72º 0.78% 0.71% -
XYZ 21.45 13.65 3.51 -
YUV 95.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 182 63 40 0 0.65 0.78 0.29 9.72 0.64 0.44
Hex B6 3F 28 0 41 4E 1D A 40 2C
Octal 266 77 50 0 101 116 35 12 100 54
Binary 10110110 111111 101000 0 1000001 1001110 11101 1010 1000000 101100

Color Harmonies of #B63F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F28

Black with #B63F28

Text Example


Text Example

White with #B63F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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