#BB1C3A

Color #BB1C3A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BB1C3A

Tints of Cardinal #BB1C3A

Color information

#BB1C3A (or 0xBB1C3A) is unknown color: approx Cardinal. HEX triplet: BB, 1C and 3A. RGB value is (187,28,58). Sum of RGB (Red+Green+Blue) = 187+28+58=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1C3A is #44E3C5. Grayscale: #4F4F4F. Windows color (decimal): -4514758 or 3808443. OLE color: 3808443.

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

Color convert

RGB1872858-
CMYK00.850.690.27
HSL348.68º73.95%42.16%-
HSV(B)348.68º85.03%73.33%-
XYZ21.6711.75.12-
YUV78.96116.18205.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=68.50%
G=10.26%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187285800.850.690.27348.6873.9542.16
HexBB1C3A055451B15d4a2a
Octal273347201251053353511252
Binary1011101111100111010010101011000101110111010111011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1C3A; }

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

 H1.HeaderClassName
 {
   color: #BB1C3A;
 }
 .AnyTagClassName
 {
   color: #BB1C3A;
 }
</style>
background-color css

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

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

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

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

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

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