Html Css Color HEX #BB0739 Cardinal

📋 copy color: '#BB0739'

red 187 ◦ green 7 ◦ blue 57

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

Shades of Cardinal #BB0739

Tints of Cardinal #BB0739

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

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

R = 74.5%
G = 2.79%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB0739 (or 0xBB0739) is known color: Cardinal. HEX triplet: BB, 07 and 39. RGB value is (187,7,57). Sum of RGB (Red+Green+Blue) = 187+7+57=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0739 is #44F8C6. Grayscale: #424242. Windows color (decimal): -4520135 or 3737531. OLE color: 3737531.

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

Color convert

RGB 187 7 57 -
CMYK 0 0.96 0.70 0.27
HSL 343.33º 0.93% 0.38% -
HSV(B) 343.33º 0.96% 0.73% -
XYZ 21.31 11.01 4.87 -
YUV 66.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 187 7 57 0 0.96 0.70 0.27 343.33 0.93 0.38
Hex BB 7 39 0 60 46 1B 157 5D 26
Octal 273 7 71 0 140 106 33 527 135 46
Binary 10111011 111 111001 0 1100000 1000110 11011 101010111 1011101 100110

Color Harmonies of #BB0739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0739

Black with #BB0739

Text Example


Text Example

White with #BB0739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0739; }

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

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

background-color css

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

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

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

border-color css

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

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

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