Html Css Color HEX #B63529 Medium Carmine

📋 copy color: '#B63529'

red 182 ◦ green 53 ◦ blue 41

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

Shades of Medium Carmine #B63529

Tints of Medium Carmine #B63529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 65.94%
G = 19.2%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B63529 (or 0xB63529) is known color: Medium Carmine. HEX triplet: B6, 35 and 29. RGB value is (182,53,41). Sum of RGB (Red+Green+Blue) = 182+53+41=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B63529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63529 is #49CAD6. Grayscale: #5A5A5A. Windows color (decimal): -4836055 or 2700726. OLE color: 2700726.

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

Color convert

RGB 182 53 41 -
CMYK 0 0.71 0.77 0.29
HSL 5.11º 0.63% 0.44% -
HSV(B) 5.11º 0.77% 0.71% -
XYZ 20.96 12.65 3.43 -
YUV 90.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 182 53 41 0 0.71 0.77 0.29 5.11 0.63 0.44
Hex B6 35 29 0 47 4D 1D 5 3F 2C
Octal 266 65 51 0 107 115 35 5 77 54
Binary 10110110 110101 101001 0 1000111 1001101 11101 101 111111 101100

Color Harmonies of #B63529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63529

Black with #B63529

Text Example


Text Example

White with #B63529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63529; }

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

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

background-color css

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

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

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

border-color css

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

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

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