Html Css Color HEX #BB3C2A Medium Carmine

📋 copy color: '#BB3C2A'

red 187 ◦ green 60 ◦ blue 42

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

Shades of Medium Carmine #BB3C2A

Tints of Medium Carmine #BB3C2A

RGB

 RED value IS 187 (73.44% from 255) = 64.71%

 GREEN value IS 60 (23.83% from 255) = 20.76%

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 64.71%
G = 20.76%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB3C2A (or 0xBB3C2A) is known color: Medium Carmine. HEX triplet: BB, 3C and 2A. RGB value is (187,60,42). Sum of RGB (Red+Green+Blue) = 187+60+42=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3C2A is #44C3D5. Grayscale: #606060. Windows color (decimal): -4506582 or 2768059. OLE color: 2768059.

HSL color Cylindrical-coordinate representation of color #BB3C2A: hue angle of 7.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB3C2A is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 60 42 -
CMYK 0 0.68 0.78 0.27
HSL 7.45º 0.63% 0.45% -
HSV(B) 7.45º 0.78% 0.73% -
XYZ 22.53 13.96 3.7 -
YUV 95.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 187 60 42 0 0.68 0.78 0.27 7.45 0.63 0.45
Hex BB 3C 2A 0 44 4E 1B 7 3F 2D
Octal 273 74 52 0 104 116 33 7 77 55
Binary 10111011 111100 101010 0 1000100 1001110 11011 111 111111 101101

Color Harmonies of #BB3C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C2A

Black with #BB3C2A

Text Example


Text Example

White with #BB3C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C2A; }

 p { color: rgb(187,60,42); }

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

background-color css

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

 a { background-color: rgb(187,60,42); }

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

border-color css

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

 span { border-color: rgb(187,60,42); }

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