Html Css Color HEX #BB193A Cardinal

📋 copy color: '#BB193A'

red 187 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #BB193A

Tints of Cardinal #BB193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

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

R = 69.26%
G = 9.26%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB193A (or 0xBB193A) is known color: Cardinal. HEX triplet: BB, 19 and 3A. RGB value is (187,25,58). Sum of RGB (Red+Green+Blue) = 187+25+58=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB193A is #44E6C5. Grayscale: #4D4D4D. Windows color (decimal): -4515526 or 3807675. OLE color: 3807675.

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

Color convert

RGB 187 25 58 -
CMYK 0 0.87 0.69 0.27
HSL 347.78º 0.76% 0.42% -
HSV(B) 347.78º 0.87% 0.73% -
XYZ 21.6 11.57 5.1 -
YUV 77.2 117.17 206.32 -
System Red Green Blue C M Y K H S L
Decimal 187 25 58 0 0.87 0.69 0.27 347.78 0.76 0.42
Hex BB 19 3A 0 57 45 1B 15C 4C 2A
Octal 273 31 72 0 127 105 33 534 114 52
Binary 10111011 11001 111010 0 1010111 1000101 11011 101011100 1001100 101010

Color Harmonies of #BB193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB193A

Black with #BB193A

Text Example


Text Example

White with #BB193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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