Html Css Color HEX #BB0639 Cardinal

📋 copy color: '#BB0639'

red 187 ◦ green 6 ◦ blue 57

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

Shades of Cardinal #BB0639

Tints of Cardinal #BB0639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 74.8%
G = 2.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB0639 (or 0xBB0639) is known color: Cardinal. HEX triplet: BB, 06 and 39. RGB value is (187,6,57). Sum of RGB (Red+Green+Blue) = 187+6+57=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0639 is #44F9C6. Grayscale: #414141. Windows color (decimal): -4520391 or 3737275. OLE color: 3737275.

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

Color convert

RGB 187 6 57 -
CMYK 0 0.97 0.70 0.27
HSL 343.09º 0.94% 0.38% -
HSV(B) 343.09º 0.97% 0.73% -
XYZ 21.3 10.99 4.87 -
YUV 65.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 187 6 57 0 0.97 0.70 0.27 343.09 0.94 0.38
Hex BB 6 39 0 61 46 1B 157 5E 26
Octal 273 6 71 0 141 106 33 527 136 46
Binary 10111011 110 111001 0 1100001 1000110 11011 101010111 1011110 100110

Color Harmonies of #BB0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0639

Black with #BB0639

Text Example


Text Example

White with #BB0639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0639; }

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

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

background-color css

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

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

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

border-color css

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

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

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