Html Css Color HEX #B61A47 Cardinal

📋 copy color: '#B61A47'

red 182 ◦ green 26 ◦ blue 71

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

Shades of Cardinal #B61A47

Tints of Cardinal #B61A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.32%

 BLUE value IS 71 (28.13% from 255) = 25.45%

R = 65.23%
G = 9.32%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B61A47 (or 0xB61A47) is known color: Cardinal. HEX triplet: B6, 1A and 47. RGB value is (182,26,71). Sum of RGB (Red+Green+Blue) = 182+26+71=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A47 is #49E5B8. Grayscale: #4D4D4D. Windows color (decimal): -4842937 or 4659894. OLE color: 4659894.

HSL color Cylindrical-coordinate representation of color #B61A47: hue angle of 342.69º degrees, saturation: 0.75, 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 #B61A47 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 26 71 -
CMYK 0 0.86 0.61 0.29
HSL 342.69º 0.75% 0.41% -
HSV(B) 342.69º 0.86% 0.71% -
XYZ 20.8 11.14 7.02 -
YUV 77.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 182 26 71 0 0.86 0.61 0.29 342.69 0.75 0.41
Hex B6 1A 47 0 56 3D 1D 157 4B 29
Octal 266 32 107 0 126 75 35 527 113 51
Binary 10110110 11010 1000111 0 1010110 111101 11101 101010111 1001011 101001

Color Harmonies of #B61A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A47

Black with #B61A47

Text Example


Text Example

White with #B61A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A47; }

 p { color: rgb(182,26,71); }

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

background-color css

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

 a { background-color: rgb(182,26,71); }

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

border-color css

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

 span { border-color: rgb(182,26,71); }

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