Html Css Color HEX #B60341 Cardinal

📋 copy color: '#B60341'

red 182 ◦ green 3 ◦ blue 65

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

Shades of Cardinal #B60341

Tints of Cardinal #B60341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 72.8%
G = 1.2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B60341 (or 0xB60341) is known color: Cardinal. HEX triplet: B6, 03 and 41. RGB value is (182,3,65). Sum of RGB (Red+Green+Blue) = 182+3+65=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B60341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60341 is #49FCBE. Grayscale: #3F3F3F. Windows color (decimal): -4848831 or 4260790. OLE color: 4260790.

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

Color convert

RGB 182 3 65 -
CMYK 0 0.98 0.64 0.29
HSL 339.22º 0.97% 0.36% -
HSV(B) 339.22º 0.98% 0.71% -
XYZ 20.28 10.39 5.94 -
YUV 63.59 128.8 212.46 -
System Red Green Blue C M Y K H S L
Decimal 182 3 65 0 0.98 0.64 0.29 339.22 0.97 0.36
Hex B6 3 41 0 62 40 1D 153 61 24
Octal 266 3 101 0 142 100 35 523 141 44
Binary 10110110 11 1000001 0 1100010 1000000 11101 101010011 1100001 100100

Color Harmonies of #B60341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60341

Black with #B60341

Text Example


Text Example

White with #B60341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60341; }

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

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

background-color css

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

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

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

border-color css

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

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

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