Html Css Color HEX #BB0145 Cardinal

📋 copy color: '#BB0145'

red 187 ◦ green 1 ◦ blue 69

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

Shades of Cardinal #BB0145

Tints of Cardinal #BB0145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 72.76%
G = 0.39%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB0145 (or 0xBB0145) is known color: Cardinal. HEX triplet: BB, 01 and 45. RGB value is (187,1,69). Sum of RGB (Red+Green+Blue) = 187+1+69=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0145 is #44FEBA. Grayscale: #404040. Windows color (decimal): -4521659 or 4522427. OLE color: 4522427.

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

Color convert

RGB 187 1 69 -
CMYK 0 0.99 0.63 0.27
HSL 338.06º 0.99% 0.37% -
HSV(B) 338.06º 0.99% 0.73% -
XYZ 21.58 11.02 6.62 -
YUV 64.37 130.62 215.47 -
System Red Green Blue C M Y K H S L
Decimal 187 1 69 0 0.99 0.63 0.27 338.06 0.99 0.37
Hex BB 1 45 0 63 3F 1B 152 63 25
Octal 273 1 105 0 143 77 33 522 143 45
Binary 10111011 1 1000101 0 1100011 111111 11011 101010010 1100011 100101

Color Harmonies of #BB0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0145

Black with #BB0145

Text Example


Text Example

White with #BB0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0145; }

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

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

background-color css

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

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

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

border-color css

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

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

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