Html Css Color HEX #B63C23 Medium Carmine

📋 copy color: '#B63C23'

red 182 ◦ green 60 ◦ blue 35

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

Shades of Medium Carmine #B63C23

Tints of Medium Carmine #B63C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 65.7%
G = 21.66%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B63C23 (or 0xB63C23) is known color: Medium Carmine. HEX triplet: B6, 3C and 23. RGB value is (182,60,35). Sum of RGB (Red+Green+Blue) = 182+60+35=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C23 is #49C3DC. Grayscale: #5D5D5D. Windows color (decimal): -4834269 or 2309302. OLE color: 2309302.

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

Color convert

RGB 182 60 35 -
CMYK 0 0.67 0.81 0.29
HSL 10.2º 0.68% 0.43% -
HSV(B) 10.2º 0.81% 0.71% -
XYZ 21.21 13.3 3.04 -
YUV 93.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 182 60 35 0 0.67 0.81 0.29 10.2 0.68 0.43
Hex B6 3C 23 0 43 51 1D A 44 2B
Octal 266 74 43 0 103 121 35 12 104 53
Binary 10110110 111100 100011 0 1000011 1010001 11101 1010 1000100 101011

Color Harmonies of #B63C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C23

Black with #B63C23

Text Example


Text Example

White with #B63C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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