Html Css Color HEX #BB143C Cardinal

📋 copy color: '#BB143C'

red 187 ◦ green 20 ◦ blue 60

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

Shades of Cardinal #BB143C

Tints of Cardinal #BB143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 70.04%
G = 7.49%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB143C (or 0xBB143C) is known color: Cardinal. HEX triplet: BB, 14 and 3C. RGB value is (187,20,60). Sum of RGB (Red+Green+Blue) = 187+20+60=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB143C is #44EBC3. Grayscale: #4A4A4A. Windows color (decimal): -4516804 or 3937467. OLE color: 3937467.

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

Color convert

RGB 187 20 60 -
CMYK 0 0.89 0.68 0.27
HSL 345.63º 0.81% 0.41% -
HSV(B) 345.63º 0.89% 0.73% -
XYZ 21.56 11.39 5.34 -
YUV 74.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 187 20 60 0 0.89 0.68 0.27 345.63 0.81 0.41
Hex BB 14 3C 0 59 44 1B 15A 51 29
Octal 273 24 74 0 131 104 33 532 121 51
Binary 10111011 10100 111100 0 1011001 1000100 11011 101011010 1010001 101001

Color Harmonies of #BB143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB143C

Black with #BB143C

Text Example


Text Example

White with #BB143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB143C; }

 p { color: rgb(187,20,60); }

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

background-color css

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

 a { background-color: rgb(187,20,60); }

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

border-color css

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

 span { border-color: rgb(187,20,60); }

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