Html Css Color HEX #B63530 Medium Carmine

📋 copy color: '#B63530'

red 182 ◦ green 53 ◦ blue 48

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

Shades of Medium Carmine #B63530

Tints of Medium Carmine #B63530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 64.31%
G = 18.73%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B63530 (or 0xB63530) is known color: Medium Carmine. HEX triplet: B6, 35 and 30. RGB value is (182,53,48). Sum of RGB (Red+Green+Blue) = 182+53+48=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63530 is #49CACF. Grayscale: #5B5B5B. Windows color (decimal): -4836048 or 3159478. OLE color: 3159478.

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

Color convert

RGB 182 53 48 -
CMYK 0 0.71 0.74 0.29
HSL 2.24º 0.58% 0.45% -
HSV(B) 2.24º 0.74% 0.71% -
XYZ 21.1 12.7 4.14 -
YUV 91 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 182 53 48 0 0.71 0.74 0.29 2.24 0.58 0.45
Hex B6 35 30 0 47 4A 1D 2 3A 2D
Octal 266 65 60 0 107 112 35 2 72 55
Binary 10110110 110101 110000 0 1000111 1001010 11101 10 111010 101101

Color Harmonies of #B63530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63530

Black with #B63530

Text Example


Text Example

White with #B63530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63530; }

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

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

background-color css

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

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

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

border-color css

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

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

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