Html Css Color HEX #B60241 Cardinal

📋 copy color: '#B60241'

red 182 ◦ green 2 ◦ blue 65

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

Shades of Cardinal #B60241

Tints of Cardinal #B60241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 73.09%
G = 0.8%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B60241 (or 0xB60241) is known color: Cardinal. HEX triplet: B6, 02 and 41. RGB value is (182,2,65). Sum of RGB (Red+Green+Blue) = 182+2+65=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B60241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60241 is #49FDBE. Grayscale: #3E3E3E. Windows color (decimal): -4849087 or 4260534. OLE color: 4260534.

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

Color convert

RGB 182 2 65 -
CMYK 0 0.99 0.64 0.29
HSL 339º 0.98% 0.36% -
HSV(B) 339º 0.99% 0.71% -
XYZ 20.27 10.37 5.93 -
YUV 63 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 182 2 65 0 0.99 0.64 0.29 339 0.98 0.36
Hex B6 2 41 0 63 40 1D 153 62 24
Octal 266 2 101 0 143 100 35 523 142 44
Binary 10110110 10 1000001 0 1100011 1000000 11101 101010011 1100010 100100

Color Harmonies of #B60241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60241

Black with #B60241

Text Example


Text Example

White with #B60241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60241; }

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

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

background-color css

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

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

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

border-color css

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

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

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