Html Css Color HEX #BB0645 Cardinal

📋 copy color: '#BB0645'

red 187 ◦ green 6 ◦ blue 69

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

Shades of Cardinal #BB0645

Tints of Cardinal #BB0645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

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

R = 71.37%
G = 2.29%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB0645 (or 0xBB0645) is known color: Cardinal. HEX triplet: BB, 06 and 45. RGB value is (187,6,69). Sum of RGB (Red+Green+Blue) = 187+6+69=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0645 is #44F9BA. Grayscale: #434343. Windows color (decimal): -4520379 or 4523707. OLE color: 4523707.

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

Color convert

RGB 187 6 69 -
CMYK 0 0.97 0.63 0.27
HSL 339.12º 0.94% 0.38% -
HSV(B) 339.12º 0.97% 0.73% -
XYZ 21.63 11.12 6.64 -
YUV 67.3 128.97 213.38 -
System Red Green Blue C M Y K H S L
Decimal 187 6 69 0 0.97 0.63 0.27 339.12 0.94 0.38
Hex BB 6 45 0 61 3F 1B 153 5E 26
Octal 273 6 105 0 141 77 33 523 136 46
Binary 10111011 110 1000101 0 1100001 111111 11011 101010011 1011110 100110

Color Harmonies of #BB0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0645

Black with #BB0645

Text Example


Text Example

White with #BB0645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0645; }

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

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

background-color css

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

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

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

border-color css

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

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

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