Html Css Color HEX #B60942 Cardinal

📋 copy color: '#B60942'

red 182 ◦ green 9 ◦ blue 66

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

Shades of Cardinal #B60942

Tints of Cardinal #B60942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.68%

R = 70.82%
G = 3.5%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B60942 (or 0xB60942) is known color: Cardinal. HEX triplet: B6, 09 and 42. RGB value is (182,9,66). Sum of RGB (Red+Green+Blue) = 182+9+66=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B60942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60942 is #49F6BD. Grayscale: #434343. Windows color (decimal): -4847294 or 4327862. OLE color: 4327862.

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

Color convert

RGB 182 9 66 -
CMYK 0 0.95 0.64 0.29
HSL 340.23º 0.91% 0.37% -
HSV(B) 340.23º 0.95% 0.71% -
XYZ 20.37 10.53 6.11 -
YUV 67.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 182 9 66 0 0.95 0.64 0.29 340.23 0.91 0.37
Hex B6 9 42 0 5F 40 1D 154 5B 25
Octal 266 11 102 0 137 100 35 524 133 45
Binary 10110110 1001 1000010 0 1011111 1000000 11101 101010100 1011011 100101

Color Harmonies of #B60942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60942

Black with #B60942

Text Example


Text Example

White with #B60942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60942; }

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

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

background-color css

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

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

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

border-color css

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

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

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