Html Css Color HEX #B60744 Cardinal

📋 copy color: '#B60744'

red 182 ◦ green 7 ◦ blue 68

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

Shades of Cardinal #B60744

Tints of Cardinal #B60744

RGB

 RED value IS 182 (71.48% from 255) = 70.82%

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

 BLUE value IS 68 (26.95% from 255) = 26.46%

R = 70.82%
G = 2.72%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B60744 (or 0xB60744) is known color: Cardinal. HEX triplet: B6, 07 and 44. RGB value is (182,7,68). Sum of RGB (Red+Green+Blue) = 182+7+68=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B60744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60744 is #49F8BB. Grayscale: #424242. Windows color (decimal): -4847804 or 4458422. OLE color: 4458422.

HSL color Cylindrical-coordinate representation of color #B60744: hue angle of 339.09º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60744 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 68 -
CMYK 0 0.96 0.63 0.29
HSL 339.09º 0.93% 0.37% -
HSV(B) 339.09º 0.96% 0.71% -
XYZ 20.41 10.51 6.42 -
YUV 66.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 182 7 68 0 0.96 0.63 0.29 339.09 0.93 0.37
Hex B6 7 44 0 60 3F 1D 153 5D 25
Octal 266 7 104 0 140 77 35 523 135 45
Binary 10110110 111 1000100 0 1100000 111111 11101 101010011 1011101 100101

Color Harmonies of #B60744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60744

Black with #B60744

Text Example


Text Example

White with #B60744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60744; }

 p { color: rgb(182,7,68); }

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

background-color css

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

 a { background-color: rgb(182,7,68); }

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

border-color css

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

 span { border-color: rgb(182,7,68); }

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