#BB183A

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

Shades of Cardinal #BB183A

Tints of Cardinal #BB183A

Color information

#BB183A (or 0xBB183A) is unknown color: approx Cardinal. HEX triplet: BB, 18 and 3A. RGB value is (187,24,58). Sum of RGB (Red+Green+Blue) = 187+24+58=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB183A is #44E7C5. Grayscale: #4C4C4C. Windows color (decimal): -4515782 or 3807419. OLE color: 3807419.

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

Color convert

RGB1872458-
CMYK00.870.690.27
HSL347.48º77.25%41.37%-
HSV(B)347.48º87.17%73.33%-
XYZ21.5811.525.09-
YUV76.61117.5206.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.52%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=69.52%
G=8.92%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187245800.870.690.27347.4877.2541.37
HexBB183A057451B15b4d29
Octal273307201271053353311551
Binary1011101111000111010010101111000101110111010110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB183A; }

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

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

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

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

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

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

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

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