Html Css Color HEX #B60840 Cardinal

📋 copy color: '#B60840'

red 182 ◦ green 8 ◦ blue 64

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

Shades of Cardinal #B60840

Tints of Cardinal #B60840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 71.65%
G = 3.15%
B = 25.2%

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

#B60840 (or 0xB60840) is known color: Cardinal. HEX triplet: B6, 08 and 40. RGB value is (182,8,64). Sum of RGB (Red+Green+Blue) = 182+8+64=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B60840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60840 is #49F7BF. Grayscale: #424242. Windows color (decimal): -4847552 or 4196534. OLE color: 4196534.

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

Color convert

RGB 182 8 64 -
CMYK 0 0.96 0.65 0.29
HSL 340.69º 0.92% 0.37% -
HSV(B) 340.69º 0.96% 0.71% -
XYZ 20.3 10.49 5.8 -
YUV 66.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 182 8 64 0 0.96 0.65 0.29 340.69 0.92 0.37
Hex B6 8 40 0 60 41 1D 155 5C 25
Octal 266 10 100 0 140 101 35 525 134 45
Binary 10110110 1000 1000000 0 1100000 1000001 11101 101010101 1011100 100101

Color Harmonies of #B60840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60840

Black with #B60840

Text Example


Text Example

White with #B60840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60840; }

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

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

background-color css

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

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

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

border-color css

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

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

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