Html Css Color HEX #B63D28 Medium Carmine

📋 copy color: '#B63D28'

red 182 ◦ green 61 ◦ blue 40

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

Shades of Medium Carmine #B63D28

Tints of Medium Carmine #B63D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.55%

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

R = 64.31%
G = 21.55%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B63D28 (or 0xB63D28) is known color: Medium Carmine. HEX triplet: B6, 3D and 28. RGB value is (182,61,40). Sum of RGB (Red+Green+Blue) = 182+61+40=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D28 is #49C2D7. Grayscale: #5E5E5E. Windows color (decimal): -4834008 or 2637238. OLE color: 2637238.

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

Color convert

RGB 182 61 40 -
CMYK 0 0.66 0.78 0.29
HSL 8.87º 0.64% 0.44% -
HSV(B) 8.87º 0.78% 0.71% -
XYZ 21.34 13.44 3.48 -
YUV 94.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 182 61 40 0 0.66 0.78 0.29 8.87 0.64 0.44
Hex B6 3D 28 0 42 4E 1D 9 40 2C
Octal 266 75 50 0 102 116 35 11 100 54
Binary 10110110 111101 101000 0 1000010 1001110 11101 1001 1000000 101100

Color Harmonies of #B63D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D28

Black with #B63D28

Text Example


Text Example

White with #B63D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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