Html Css Color HEX #B60740 Cardinal

📋 copy color: '#B60740'

red 182 ◦ green 7 ◦ blue 64

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

Shades of Cardinal #B60740

Tints of Cardinal #B60740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 71.94%
G = 2.77%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B60740 (or 0xB60740) is known color: Cardinal. HEX triplet: B6, 07 and 40. RGB value is (182,7,64). Sum of RGB (Red+Green+Blue) = 182+7+64=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B60740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60740 is #49F8BF. Grayscale: #414141. Windows color (decimal): -4847808 or 4196278. OLE color: 4196278.

HSL color Cylindrical-coordinate representation of color #B60740: hue angle of 340.46º 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 #B60740 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 64 -
CMYK 0 0.96 0.65 0.29
HSL 340.46º 0.93% 0.37% -
HSV(B) 340.46º 0.96% 0.71% -
XYZ 20.29 10.47 5.8 -
YUV 65.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 182 7 64 0 0.96 0.65 0.29 340.46 0.93 0.37
Hex B6 7 40 0 60 41 1D 154 5D 25
Octal 266 7 100 0 140 101 35 524 135 45
Binary 10110110 111 1000000 0 1100000 1000001 11101 101010100 1011101 100101

Color Harmonies of #B60740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60740

Black with #B60740

Text Example


Text Example

White with #B60740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60740; }

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

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

background-color css

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

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

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

border-color css

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

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

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