Html Css Color HEX #B61949 Cardinal

📋 copy color: '#B61949'

red 182 ◦ green 25 ◦ blue 73

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

Shades of Cardinal #B61949

Tints of Cardinal #B61949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

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

R = 65%
G = 8.93%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B61949 (or 0xB61949) is known color: Cardinal. HEX triplet: B6, 19 and 49. RGB value is (182,25,73). Sum of RGB (Red+Green+Blue) = 182+25+73=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B61949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61949 is #49E6B6. Grayscale: #4D4D4D. Windows color (decimal): -4843191 or 4790710. OLE color: 4790710.

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

Color convert

RGB 182 25 73 -
CMYK 0 0.86 0.60 0.29
HSL 341.66º 0.76% 0.41% -
HSV(B) 341.66º 0.86% 0.71% -
XYZ 20.84 11.12 7.35 -
YUV 77.42 125.51 202.6 -
System Red Green Blue C M Y K H S L
Decimal 182 25 73 0 0.86 0.60 0.29 341.66 0.76 0.41
Hex B6 19 49 0 56 3C 1D 156 4C 29
Octal 266 31 111 0 126 74 35 526 114 51
Binary 10110110 11001 1001001 0 1010110 111100 11101 101010110 1001100 101001

Color Harmonies of #B61949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61949

Black with #B61949

Text Example


Text Example

White with #B61949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61949; }

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

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

background-color css

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

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

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

border-color css

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

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

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