Html Css Color HEX #B63C34 Medium Carmine

📋 copy color: '#B63C34'

red 182 ◦ green 60 ◦ blue 52

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

Shades of Medium Carmine #B63C34

Tints of Medium Carmine #B63C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 61.9%
G = 20.41%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B63C34 (or 0xB63C34) is known color: Medium Carmine. HEX triplet: B6, 3C and 34. RGB value is (182,60,52). Sum of RGB (Red+Green+Blue) = 182+60+52=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C34 is #49C3CB. Grayscale: #5F5F5F. Windows color (decimal): -4834252 or 3423414. OLE color: 3423414.

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

Color convert

RGB 182 60 52 -
CMYK 0 0.67 0.71 0.29
HSL 3.69º 0.56% 0.46% -
HSV(B) 3.69º 0.71% 0.71% -
XYZ 21.53 13.42 4.71 -
YUV 95.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 182 60 52 0 0.67 0.71 0.29 3.69 0.56 0.46
Hex B6 3C 34 0 43 47 1D 4 38 2E
Octal 266 74 64 0 103 107 35 4 70 56
Binary 10110110 111100 110100 0 1000011 1000111 11101 100 111000 101110

Color Harmonies of #B63C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C34

Black with #B63C34

Text Example


Text Example

White with #B63C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C34; }

 p { color: rgb(182,60,52); }

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

background-color css

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

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

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

border-color css

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

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

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