Html Css Color HEX #B60946 Cardinal

📋 copy color: '#B60946'

red 182 ◦ green 9 ◦ blue 70

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

Shades of Cardinal #B60946

Tints of Cardinal #B60946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.45%

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

R = 69.73%
G = 3.45%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B60946 (or 0xB60946) is known color: Cardinal. HEX triplet: B6, 09 and 46. RGB value is (182,9,70). Sum of RGB (Red+Green+Blue) = 182+9+70=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B60946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60946 is #49F6B9. Grayscale: #434343. Windows color (decimal): -4847290 or 4590006. OLE color: 4590006.

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

Color convert

RGB 182 9 70 -
CMYK 0 0.95 0.62 0.29
HSL 338.84º 0.91% 0.37% -
HSV(B) 338.84º 0.95% 0.71% -
XYZ 20.49 10.58 6.76 -
YUV 67.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 182 9 70 0 0.95 0.62 0.29 338.84 0.91 0.37
Hex B6 9 46 0 5F 3E 1D 153 5B 25
Octal 266 11 106 0 137 76 35 523 133 45
Binary 10110110 1001 1000110 0 1011111 111110 11101 101010011 1011011 100101

Color Harmonies of #B60946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60946

Black with #B60946

Text Example


Text Example

White with #B60946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60946; }

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

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

background-color css

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

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

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

border-color css

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

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

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