Html Css Color HEX #B60041 Cardinal

📋 copy color: '#B60041'

red 182 ◦ green 0 ◦ blue 65

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

Shades of Cardinal #B60041

Tints of Cardinal #B60041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 73.68%
G = 0%
B = 26.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B60041 (or 0xB60041) is known color: Cardinal. HEX triplet: B6, 00 and 41. RGB value is (182,0,65). Sum of RGB (Red+Green+Blue) = 182+0+65=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B60041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60041 is #49FFBE. Grayscale: #3D3D3D. Windows color (decimal): -4849599 or 4260022. OLE color: 4260022.

HSL color Cylindrical-coordinate representation of color #B60041: hue angle of 338.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60041 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 0 65 -
CMYK 0 1 0.64 0.29
HSL 338.57º 1% 0.36% -
HSV(B) 338.57º 1% 0.71% -
XYZ 20.25 10.33 5.93 -
YUV 61.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 182 0 65 0 1 0.64 0.29 338.57 1 0.36
Hex B6 0 41 0 64 40 1D 153 64 24
Octal 266 0 101 0 144 100 35 523 144 44
Binary 10110110 0 1000001 0 1100100 1000000 11101 101010011 1100100 100100

Color Harmonies of #B60041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60041

Black with #B60041

Text Example


Text Example

White with #B60041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60041; }

 p { color: rgb(182,0,65); }

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

background-color css

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

 a { background-color: rgb(182,0,65); }

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

border-color css

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

 span { border-color: rgb(182,0,65); }

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