Html Css Color HEX #B61349 Cardinal

📋 copy color: '#B61349'

red 182 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #B61349

Tints of Cardinal #B61349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 66.42%
G = 6.93%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B61349 (or 0xB61349) is known color: Cardinal. HEX triplet: B6, 13 and 49. RGB value is (182,19,73). Sum of RGB (Red+Green+Blue) = 182+19+73=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B61349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61349 is #49ECB6. Grayscale: #494949. Windows color (decimal): -4844727 or 4789174. OLE color: 4789174.

HSL color Cylindrical-coordinate representation of color #B61349: hue angle of 340.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61349 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 73 -
CMYK 0 0.90 0.60 0.29
HSL 340.12º 0.81% 0.39% -
HSV(B) 340.12º 0.9% 0.71% -
XYZ 20.73 10.89 7.31 -
YUV 73.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 182 19 73 0 0.90 0.60 0.29 340.12 0.81 0.39
Hex B6 13 49 0 5A 3C 1D 154 51 27
Octal 266 23 111 0 132 74 35 524 121 47
Binary 10110110 10011 1001001 0 1011010 111100 11101 101010100 1010001 100111

Color Harmonies of #B61349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61349

Black with #B61349

Text Example


Text Example

White with #B61349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61349; }

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

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

background-color css

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

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

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

border-color css

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

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

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