Html Css Color HEX #BB413A Medium Carmine

📋 copy color: '#BB413A'

red 187 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #BB413A

Tints of Medium Carmine #BB413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.97%

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

R = 60.32%
G = 20.97%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB413A (or 0xBB413A) is known color: Medium Carmine. HEX triplet: BB, 41 and 3A. RGB value is (187,65,58). Sum of RGB (Red+Green+Blue) = 187+65+58=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB413A is #44BEC5. Grayscale: #646464. Windows color (decimal): -4505286 or 3817915. OLE color: 3817915.

HSL color Cylindrical-coordinate representation of color #BB413A: hue angle of 3.26º 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 #BB413A is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 58 -
CMYK 0 0.65 0.69 0.27
HSL 3.26º 0.53% 0.48% -
HSV(B) 3.26º 0.69% 0.73% -
XYZ 23.15 14.65 5.61 -
YUV 100.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 187 65 58 0 0.65 0.69 0.27 3.26 0.53 0.48
Hex BB 41 3A 0 41 45 1B 3 35 30
Octal 273 101 72 0 101 105 33 3 65 60
Binary 10111011 1000001 111010 0 1000001 1000101 11011 11 110101 110000

Color Harmonies of #BB413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB413A

Black with #BB413A

Text Example


Text Example

White with #BB413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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