Html Css Color HEX #B63A2F Medium Carmine

📋 copy color: '#B63A2F'

red 182 ◦ green 58 ◦ blue 47

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

Shades of Medium Carmine #B63A2F

Tints of Medium Carmine #B63A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.21%

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 63.41%
G = 20.21%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B63A2F (or 0xB63A2F) is known color: Medium Carmine. HEX triplet: B6, 3A and 2F. RGB value is (182,58,47). Sum of RGB (Red+Green+Blue) = 182+58+47=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A2F is #49C5D0. Grayscale: #5D5D5D. Windows color (decimal): -4834769 or 3095222. OLE color: 3095222.

HSL color Cylindrical-coordinate representation of color #B63A2F: hue angle of 4.89º degrees, saturation: 0.59, 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 #B63A2F is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 58 47 -
CMYK 0 0.68 0.74 0.29
HSL 4.89º 0.59% 0.45% -
HSV(B) 4.89º 0.74% 0.71% -
XYZ 21.32 13.18 4.11 -
YUV 93.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 182 58 47 0 0.68 0.74 0.29 4.89 0.59 0.45
Hex B6 3A 2F 0 44 4A 1D 5 3B 2D
Octal 266 72 57 0 104 112 35 5 73 55
Binary 10110110 111010 101111 0 1000100 1001010 11101 101 111011 101101

Color Harmonies of #B63A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A2F

Black with #B63A2F

Text Example


Text Example

White with #B63A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A2F; }

 p { color: rgb(182,58,47); }

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

background-color css

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

 a { background-color: rgb(182,58,47); }

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

border-color css

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

 span { border-color: rgb(182,58,47); }

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