Html Css Color HEX #BB422D Medium Carmine

📋 copy color: '#BB422D'

red 187 ◦ green 66 ◦ blue 45

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

Shades of Medium Carmine #BB422D

Tints of Medium Carmine #BB422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 62.75%
G = 22.15%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB422D (or 0xBB422D) is known color: Medium Carmine. HEX triplet: BB, 42 and 2D. RGB value is (187,66,45). Sum of RGB (Red+Green+Blue) = 187+66+45=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB422D is #44BDD2. Grayscale: #636363. Windows color (decimal): -4505043 or 2966203. OLE color: 2966203.

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

Color convert

RGB 187 66 45 -
CMYK 0 0.65 0.76 0.27
HSL 8.87º 0.61% 0.45% -
HSV(B) 8.87º 0.76% 0.73% -
XYZ 22.92 14.65 4.1 -
YUV 99.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 187 66 45 0 0.65 0.76 0.27 8.87 0.61 0.45
Hex BB 42 2D 0 41 4C 1B 9 3D 2D
Octal 273 102 55 0 101 114 33 11 75 55
Binary 10111011 1000010 101101 0 1000001 1001100 11011 1001 111101 101101

Color Harmonies of #BB422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB422D

Black with #BB422D

Text Example


Text Example

White with #BB422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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