Html Css Color HEX #BB143A Cardinal

📋 copy color: '#BB143A'

red 187 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #BB143A

Tints of Cardinal #BB143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 70.57%
G = 7.55%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB143A (or 0xBB143A) is known color: Cardinal. HEX triplet: BB, 14 and 3A. RGB value is (187,20,58). Sum of RGB (Red+Green+Blue) = 187+20+58=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB143A is #44EBC5. Grayscale: #4A4A4A. Windows color (decimal): -4516806 or 3806395. OLE color: 3806395.

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

Color convert

RGB 187 20 58 -
CMYK 0 0.89 0.69 0.27
HSL 346.35º 0.81% 0.41% -
HSV(B) 346.35º 0.89% 0.73% -
XYZ 21.51 11.37 5.06 -
YUV 74.27 118.83 208.41 -
System Red Green Blue C M Y K H S L
Decimal 187 20 58 0 0.89 0.69 0.27 346.35 0.81 0.41
Hex BB 14 3A 0 59 45 1B 15A 51 29
Octal 273 24 72 0 131 105 33 532 121 51
Binary 10111011 10100 111010 0 1011001 1000101 11011 101011010 1010001 101001

Color Harmonies of #BB143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB143A

Black with #BB143A

Text Example


Text Example

White with #BB143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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