Html Css Color HEX #B63635 Medium Carmine

📋 copy color: '#B63635'

red 182 ◦ green 54 ◦ blue 53

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

Shades of Medium Carmine #B63635

Tints of Medium Carmine #B63635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

 BLUE value IS 53 (21.09% from 255) = 18.34%

R = 62.98%
G = 18.69%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B63635 (or 0xB63635) is known color: Medium Carmine. HEX triplet: B6, 36 and 35. RGB value is (182,54,53). Sum of RGB (Red+Green+Blue) = 182+54+53=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B63635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63635 is #49C9CA. Grayscale: #5C5C5C. Windows color (decimal): -4835787 or 3487414. OLE color: 3487414.

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

Color convert

RGB 182 54 53 -
CMYK 0 0.70 0.71 0.29
HSL 0.47º 0.55% 0.46% -
HSV(B) 0.47º 0.71% 0.71% -
XYZ 21.25 12.84 4.73 -
YUV 92.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 182 54 53 0 0.70 0.71 0.29 0.47 0.55 0.46
Hex B6 36 35 0 46 47 1D 0 37 2E
Octal 266 66 65 0 106 107 35 0 67 56
Binary 10110110 110110 110101 0 1000110 1000111 11101 0 110111 101110

Color Harmonies of #B63635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63635

Black with #B63635

Text Example


Text Example

White with #B63635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63635; }

 p { color: rgb(182,54,53); }

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

background-color css

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

 a { background-color: rgb(182,54,53); }

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

border-color css

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

 span { border-color: rgb(182,54,53); }

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