Html Css Color HEX #BB2340 Cardinal

📋 copy color: '#BB2340'

red 187 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #BB2340

Tints of Cardinal #BB2340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

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

R = 65.38%
G = 12.24%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB2340 (or 0xBB2340) is known color: Cardinal. HEX triplet: BB, 23 and 40. RGB value is (187,35,64). Sum of RGB (Red+Green+Blue) = 187+35+64=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2340 is #44DCBF. Grayscale: #535353. Windows color (decimal): -4512960 or 4203451. OLE color: 4203451.

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

Color convert

RGB 187 35 64 -
CMYK 0 0.81 0.66 0.27
HSL 348.55º 0.68% 0.44% -
HSV(B) 348.55º 0.81% 0.73% -
XYZ 22.02 12.14 6.03 -
YUV 83.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 187 35 64 0 0.81 0.66 0.27 348.55 0.68 0.44
Hex BB 23 40 0 51 42 1B 15D 44 2C
Octal 273 43 100 0 121 102 33 535 104 54
Binary 10111011 100011 1000000 0 1010001 1000010 11011 101011101 1000100 101100

Color Harmonies of #BB2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2340

Black with #BB2340

Text Example


Text Example

White with #BB2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2340; }

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

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

background-color css

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

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

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

border-color css

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

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

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