Html Css Color HEX #BB1934 Cardinal

📋 copy color: '#BB1934'

red 187 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #BB1934

Tints of Cardinal #BB1934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 70.83%
G = 9.47%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB1934 (or 0xBB1934) is known color: Cardinal. HEX triplet: BB, 19 and 34. RGB value is (187,25,52). Sum of RGB (Red+Green+Blue) = 187+25+52=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1934 is #44E6CB. Grayscale: #4C4C4C. Windows color (decimal): -4515532 or 3414459. OLE color: 3414459.

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

Color convert

RGB 187 25 52 -
CMYK 0 0.87 0.72 0.27
HSL 350º 0.76% 0.42% -
HSV(B) 350º 0.87% 0.73% -
XYZ 21.46 11.51 4.34 -
YUV 76.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 187 25 52 0 0.87 0.72 0.27 350 0.76 0.42
Hex BB 19 34 0 57 48 1B 15E 4C 2A
Octal 273 31 64 0 127 110 33 536 114 52
Binary 10111011 11001 110100 0 1010111 1001000 11011 101011110 1001100 101010

Color Harmonies of #BB1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1934

Black with #BB1934

Text Example


Text Example

White with #BB1934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1934; }

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

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

background-color css

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

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

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

border-color css

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

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

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