Html Css Color HEX #BB1640 Cardinal

📋 copy color: '#BB1640'

red 187 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #BB1640

Tints of Cardinal #BB1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 68.5%
G = 8.06%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB1640 (or 0xBB1640) is known color: Cardinal. HEX triplet: BB, 16 and 40. RGB value is (187,22,64). Sum of RGB (Red+Green+Blue) = 187+22+64=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1640 is #44E9BF. Grayscale: #4C4C4C. Windows color (decimal): -4516288 or 4200123. OLE color: 4200123.

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

Color convert

RGB 187 22 64 -
CMYK 0 0.88 0.66 0.27
HSL 344.73º 0.79% 0.41% -
HSV(B) 344.73º 0.88% 0.73% -
XYZ 21.71 11.51 5.93 -
YUV 76.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 187 22 64 0 0.88 0.66 0.27 344.73 0.79 0.41
Hex BB 16 40 0 58 42 1B 159 4F 29
Octal 273 26 100 0 130 102 33 531 117 51
Binary 10111011 10110 1000000 0 1011000 1000010 11011 101011001 1001111 101001

Color Harmonies of #BB1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1640

Black with #BB1640

Text Example


Text Example

White with #BB1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1640; }

 p { color: rgb(187,22,64); }

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

background-color css

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

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

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

border-color css

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

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

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