Html Css Color HEX #BB423A Medium Carmine

📋 copy color: '#BB423A'

red 187 ◦ green 66 ◦ blue 58

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

Shades of Medium Carmine #BB423A

Tints of Medium Carmine #BB423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.22%

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

R = 60.13%
G = 21.22%
B = 18.65%

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

#BB423A (or 0xBB423A) is known color: Medium Carmine. HEX triplet: BB, 42 and 3A. RGB value is (187,66,58). Sum of RGB (Red+Green+Blue) = 187+66+58=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB423A is #44BDC5. Grayscale: #656565. Windows color (decimal): -4505030 or 3818171. OLE color: 3818171.

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

Color convert

RGB 187 66 58 -
CMYK 0 0.65 0.69 0.27
HSL 3.72º 0.53% 0.48% -
HSV(B) 3.72º 0.69% 0.73% -
XYZ 23.21 14.77 5.63 -
YUV 101.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 187 66 58 0 0.65 0.69 0.27 3.72 0.53 0.48
Hex BB 42 3A 0 41 45 1B 4 35 30
Octal 273 102 72 0 101 105 33 4 65 60
Binary 10111011 1000010 111010 0 1000001 1000101 11011 100 110101 110000

Color Harmonies of #BB423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB423A

Black with #BB423A

Text Example


Text Example

White with #BB423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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