Html Css Color HEX #BB143D Cardinal

📋 copy color: '#BB143D'

red 187 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #BB143D

Tints of Cardinal #BB143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 69.78%
G = 7.46%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB143D (or 0xBB143D) is known color: Cardinal. HEX triplet: BB, 14 and 3D. RGB value is (187,20,61). Sum of RGB (Red+Green+Blue) = 187+20+61=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB143D is #44EBC2. Grayscale: #4A4A4A. Windows color (decimal): -4516803 or 4003003. OLE color: 4003003.

HSL color Cylindrical-coordinate representation of color #BB143D: hue angle of 345.27º 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 #BB143D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 61 -
CMYK 0 0.89 0.67 0.27
HSL 345.27º 0.81% 0.41% -
HSV(B) 345.27º 0.89% 0.73% -
XYZ 21.59 11.4 5.48 -
YUV 74.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 187 20 61 0 0.89 0.67 0.27 345.27 0.81 0.41
Hex BB 14 3D 0 59 43 1B 159 51 29
Octal 273 24 75 0 131 103 33 531 121 51
Binary 10111011 10100 111101 0 1011001 1000011 11011 101011001 1010001 101001

Color Harmonies of #BB143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB143D

Black with #BB143D

Text Example


Text Example

White with #BB143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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