Html Css Color HEX #BB1345 Cardinal

📋 copy color: '#BB1345'

red 187 ◦ green 19 ◦ blue 69

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

Shades of Cardinal #BB1345

Tints of Cardinal #BB1345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 68%
G = 6.91%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB1345 (or 0xBB1345) is known color: Cardinal. HEX triplet: BB, 13 and 45. RGB value is (187,19,69). Sum of RGB (Red+Green+Blue) = 187+19+69=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1345 is #44ECBA. Grayscale: #4A4A4A. Windows color (decimal): -4517051 or 4527035. OLE color: 4527035.

HSL color Cylindrical-coordinate representation of color #BB1345: hue angle of 342.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1345 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 19 69 -
CMYK 0 0.90 0.63 0.27
HSL 342.14º 0.82% 0.4% -
HSV(B) 342.14º 0.9% 0.73% -
XYZ 21.8 11.46 6.69 -
YUV 74.93 124.66 207.93 -
System Red Green Blue C M Y K H S L
Decimal 187 19 69 0 0.90 0.63 0.27 342.14 0.82 0.4
Hex BB 13 45 0 5A 3F 1B 156 52 28
Octal 273 23 105 0 132 77 33 526 122 50
Binary 10111011 10011 1000101 0 1011010 111111 11011 101010110 1010010 101000

Color Harmonies of #BB1345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1345

Black with #BB1345

Text Example


Text Example

White with #BB1345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1345; }

 p { color: rgb(187,19,69); }

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

background-color css

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

 a { background-color: rgb(187,19,69); }

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

border-color css

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

 span { border-color: rgb(187,19,69); }

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