Html Css Color HEX #BC3A35 Medium Carmine

📋 copy color: '#BC3A35'

red 188 ◦ green 58 ◦ blue 53

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

Shades of Medium Carmine #BC3A35

Tints of Medium Carmine #BC3A35

RGB

 RED value IS 188 (73.83% from 255) = 62.88%

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

 BLUE value IS 53 (21.09% from 255) = 17.73%

R = 62.88%
G = 19.4%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC3A35 (or 0xBC3A35) is known color: Medium Carmine. HEX triplet: BC, 3A and 35. RGB value is (188,58,53). Sum of RGB (Red+Green+Blue) = 188+58+53=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A35 is #43C5CA. Grayscale: #606060. Windows color (decimal): -4441547 or 3488444. OLE color: 3488444.

HSL color Cylindrical-coordinate representation of color #BC3A35: hue angle of 2.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3A35 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 53 -
CMYK 0 0.69 0.72 0.26
HSL 2.22º 0.56% 0.47% -
HSV(B) 2.22º 0.72% 0.74% -
XYZ 22.89 13.97 4.86 -
YUV 96.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 188 58 53 0 0.69 0.72 0.26 2.22 0.56 0.47
Hex BC 3A 35 0 45 48 1A 2 38 2F
Octal 274 72 65 0 105 110 32 2 70 57
Binary 10111100 111010 110101 0 1000101 1001000 11010 10 111000 101111

Color Harmonies of #BC3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A35

Black with #BC3A35

Text Example


Text Example

White with #BC3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A35; }

 p { color: rgb(188,58,53); }

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

background-color css

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

 a { background-color: rgb(188,58,53); }

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

border-color css

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

 span { border-color: rgb(188,58,53); }

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