Html Css Color HEX #BB3A3A Medium Carmine

📋 copy color: '#BB3A3A'

red 187 ◦ green 58 ◦ blue 58

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

Shades of Medium Carmine #BB3A3A

Tints of Medium Carmine #BB3A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 61.72%
G = 19.14%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB3A3A (or 0xBB3A3A) is known color: Medium Carmine. HEX triplet: BB, 3A and 3A. RGB value is (187,58,58). Sum of RGB (Red+Green+Blue) = 187+58+58=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A3A is #44C5C5. Grayscale: #606060. Windows color (decimal): -4507078 or 3816123. OLE color: 3816123.

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

Color convert

RGB 187 58 58 -
CMYK 0 0.69 0.69 0.27
HSL 0.53% 0.48% -
HSV(B) 0.69% 0.73% -
XYZ 22.77 13.9 5.49 -
YUV 96.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 187 58 58 0 0.69 0.69 0.27 0 0.53 0.48
Hex BB 3A 3A 0 45 45 1B 0 35 30
Octal 273 72 72 0 105 105 33 0 65 60
Binary 10111011 111010 111010 0 1000101 1000101 11011 0 110101 110000

Color Harmonies of #BB3A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A3A

Black with #BB3A3A

Text Example


Text Example

White with #BB3A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A3A; }

 p { color: rgb(187,58,58); }

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

background-color css

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

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

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

border-color css

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

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

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