Html Css Color HEX #B60239 Cardinal

📋 copy color: '#B60239'

red 182 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #B60239

Tints of Cardinal #B60239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 75.52%
G = 0.83%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B60239 (or 0xB60239) is known color: Cardinal. HEX triplet: B6, 02 and 39. RGB value is (182,2,57). Sum of RGB (Red+Green+Blue) = 182+2+57=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B60239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60239 is #49FDC6. Grayscale: #3E3E3E. Windows color (decimal): -4849095 or 3736246. OLE color: 3736246.

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

Color convert

RGB 182 2 57 -
CMYK 0 0.99 0.69 0.29
HSL 341.67º 0.98% 0.36% -
HSV(B) 341.67º 0.99% 0.71% -
XYZ 20.05 10.28 4.8 -
YUV 62.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 182 2 57 0 0.99 0.69 0.29 341.67 0.98 0.36
Hex B6 2 39 0 63 45 1D 156 62 24
Octal 266 2 71 0 143 105 35 526 142 44
Binary 10110110 10 111001 0 1100011 1000101 11101 101010110 1100010 100100

Color Harmonies of #B60239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60239

Black with #B60239

Text Example


Text Example

White with #B60239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60239; }

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

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

background-color css

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

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

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

border-color css

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

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

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