Html Css Color HEX #B63D34 Medium Carmine

📋 copy color: '#B63D34'

red 182 ◦ green 61 ◦ blue 52

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

Shades of Medium Carmine #B63D34

Tints of Medium Carmine #B63D34

RGB

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

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

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

R = 61.69%
G = 20.68%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B63D34 (or 0xB63D34) is known color: Medium Carmine. HEX triplet: B6, 3D and 34. RGB value is (182,61,52). Sum of RGB (Red+Green+Blue) = 182+61+52=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D34 is #49C2CB. Grayscale: #606060. Windows color (decimal): -4833996 or 3423670. OLE color: 3423670.

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

Color convert

RGB 182 61 52 -
CMYK 0 0.66 0.71 0.29
HSL 4.15º 0.56% 0.46% -
HSV(B) 4.15º 0.71% 0.71% -
XYZ 21.58 13.53 4.72 -
YUV 96.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 182 61 52 0 0.66 0.71 0.29 4.15 0.56 0.46
Hex B6 3D 34 0 42 47 1D 4 38 2E
Octal 266 75 64 0 102 107 35 4 70 56
Binary 10110110 111101 110100 0 1000010 1000111 11101 100 111000 101110

Color Harmonies of #B63D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D34

Black with #B63D34

Text Example


Text Example

White with #B63D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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