Html Css Color HEX #B63534 Medium Carmine

📋 copy color: '#B63534'

red 182 ◦ green 53 ◦ blue 52

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

Shades of Medium Carmine #B63534

Tints of Medium Carmine #B63534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

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

R = 63.41%
G = 18.47%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B63534 (or 0xB63534) is known color: Medium Carmine. HEX triplet: B6, 35 and 34. RGB value is (182,53,52). Sum of RGB (Red+Green+Blue) = 182+53+52=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B63534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63534 is #49CACB. Grayscale: #5B5B5B. Windows color (decimal): -4836044 or 3421622. OLE color: 3421622.

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

Color convert

RGB 182 53 52 -
CMYK 0 0.71 0.71 0.29
HSL 0.46º 0.56% 0.46% -
HSV(B) 0.46º 0.71% 0.71% -
XYZ 21.18 12.74 4.59 -
YUV 91.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 182 53 52 0 0.71 0.71 0.29 0.46 0.56 0.46
Hex B6 35 34 0 47 47 1D 0 38 2E
Octal 266 65 64 0 107 107 35 0 70 56
Binary 10110110 110101 110100 0 1000111 1000111 11101 0 111000 101110

Color Harmonies of #B63534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63534

Black with #B63534

Text Example


Text Example

White with #B63534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63534; }

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

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

background-color css

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

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

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

border-color css

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

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

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