Html Css Color HEX #B61549 Cardinal

📋 copy color: '#B61549'

red 182 ◦ green 21 ◦ blue 73

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

Shades of Cardinal #B61549

Tints of Cardinal #B61549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 65.94%
G = 7.61%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B61549 (or 0xB61549) is known color: Cardinal. HEX triplet: B6, 15 and 49. RGB value is (182,21,73). Sum of RGB (Red+Green+Blue) = 182+21+73=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B61549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61549 is #49EAB6. Grayscale: #4B4B4B. Windows color (decimal): -4844215 or 4789686. OLE color: 4789686.

HSL color Cylindrical-coordinate representation of color #B61549: hue angle of 340.62º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61549 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 73 -
CMYK 0 0.88 0.60 0.29
HSL 340.62º 0.79% 0.4% -
HSV(B) 340.62º 0.88% 0.71% -
XYZ 20.76 10.96 7.33 -
YUV 75.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 182 21 73 0 0.88 0.60 0.29 340.62 0.79 0.4
Hex B6 15 49 0 58 3C 1D 155 4F 28
Octal 266 25 111 0 130 74 35 525 117 50
Binary 10110110 10101 1001001 0 1011000 111100 11101 101010101 1001111 101000

Color Harmonies of #B61549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61549

Black with #B61549

Text Example


Text Example

White with #B61549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61549; }

 p { color: rgb(182,21,73); }

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

background-color css

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

 a { background-color: rgb(182,21,73); }

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

border-color css

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

 span { border-color: rgb(182,21,73); }

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