Html Css Color HEX #B60846 Cardinal

📋 copy color: '#B60846'

red 182 ◦ green 8 ◦ blue 70

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

Shades of Cardinal #B60846

Tints of Cardinal #B60846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.92%

R = 70%
G = 3.08%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B60846 (or 0xB60846) is known color: Cardinal. HEX triplet: B6, 08 and 46. RGB value is (182,8,70). Sum of RGB (Red+Green+Blue) = 182+8+70=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B60846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60846 is #49F7B9. Grayscale: #434343. Windows color (decimal): -4847546 or 4589750. OLE color: 4589750.

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

Color convert

RGB 182 8 70 -
CMYK 0 0.96 0.62 0.29
HSL 338.62º 0.92% 0.37% -
HSV(B) 338.62º 0.96% 0.71% -
XYZ 20.48 10.56 6.75 -
YUV 67.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 182 8 70 0 0.96 0.62 0.29 338.62 0.92 0.37
Hex B6 8 46 0 60 3E 1D 153 5C 25
Octal 266 10 106 0 140 76 35 523 134 45
Binary 10110110 1000 1000110 0 1100000 111110 11101 101010011 1011100 100101

Color Harmonies of #B60846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60846

Black with #B60846

Text Example


Text Example

White with #B60846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60846; }

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

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

background-color css

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

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

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

border-color css

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

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

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