Html Css Color HEX #BB1C3C Cardinal

📋 copy color: '#BB1C3C'

red 187 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #BB1C3C

Tints of Cardinal #BB1C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

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

R = 68%
G = 10.18%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB1C3C (or 0xBB1C3C) is known color: Cardinal. HEX triplet: BB, 1C and 3C. RGB value is (187,28,60). Sum of RGB (Red+Green+Blue) = 187+28+60=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1C3C is #44E3C3. Grayscale: #4F4F4F. Windows color (decimal): -4514756 or 3939515. OLE color: 3939515.

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

Color convert

RGB 187 28 60 -
CMYK 0 0.85 0.68 0.27
HSL 347.92º 0.74% 0.42% -
HSV(B) 347.92º 0.85% 0.73% -
XYZ 21.72 11.72 5.39 -
YUV 79.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 187 28 60 0 0.85 0.68 0.27 347.92 0.74 0.42
Hex BB 1C 3C 0 55 44 1B 15C 4A 2A
Octal 273 34 74 0 125 104 33 534 112 52
Binary 10111011 11100 111100 0 1010101 1000100 11011 101011100 1001010 101010

Color Harmonies of #BB1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C3C

Black with #BB1C3C

Text Example


Text Example

White with #BB1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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