Html Css Color HEX #BB1840 Cardinal

📋 copy color: '#BB1840'

red 187 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #BB1840

Tints of Cardinal #BB1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

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

R = 68%
G = 8.73%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB1840 (or 0xBB1840) is known color: Cardinal. HEX triplet: BB, 18 and 40. RGB value is (187,24,64). Sum of RGB (Red+Green+Blue) = 187+24+64=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1840 is #44E7BF. Grayscale: #4D4D4D. Windows color (decimal): -4515776 or 4200635. OLE color: 4200635.

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

Color convert

RGB 187 24 64 -
CMYK 0 0.87 0.66 0.27
HSL 345.28º 0.77% 0.41% -
HSV(B) 345.28º 0.87% 0.73% -
XYZ 21.75 11.59 5.94 -
YUV 77.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 187 24 64 0 0.87 0.66 0.27 345.28 0.77 0.41
Hex BB 18 40 0 57 42 1B 159 4D 29
Octal 273 30 100 0 127 102 33 531 115 51
Binary 10111011 11000 1000000 0 1010111 1000010 11011 101011001 1001101 101001

Color Harmonies of #BB1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1840

Black with #BB1840

Text Example


Text Example

White with #BB1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1840; }

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

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

background-color css

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

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

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

border-color css

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

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

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