Html Css Color HEX #B63A30 Medium Carmine

📋 copy color: '#B63A30'

red 182 ◦ green 58 ◦ blue 48

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

Shades of Medium Carmine #B63A30

Tints of Medium Carmine #B63A30

RGB

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

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

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

R = 63.19%
G = 20.14%
B = 16.67%

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

#B63A30 (or 0xB63A30) is known color: Medium Carmine. HEX triplet: B6, 3A and 30. RGB value is (182,58,48). Sum of RGB (Red+Green+Blue) = 182+58+48=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A30 is #49C5CF. Grayscale: #5E5E5E. Windows color (decimal): -4834768 or 3160758. OLE color: 3160758.

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

Color convert

RGB 182 58 48 -
CMYK 0 0.68 0.74 0.29
HSL 4.48º 0.58% 0.45% -
HSV(B) 4.48º 0.74% 0.71% -
XYZ 21.34 13.18 4.22 -
YUV 93.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 182 58 48 0 0.68 0.74 0.29 4.48 0.58 0.45
Hex B6 3A 30 0 44 4A 1D 4 3A 2D
Octal 266 72 60 0 104 112 35 4 72 55
Binary 10110110 111010 110000 0 1000100 1001010 11101 100 111010 101101

Color Harmonies of #B63A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A30

Black with #B63A30

Text Example


Text Example

White with #B63A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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