Html Css Color HEX #B61447 Cardinal

📋 copy color: '#B61447'

red 182 ◦ green 20 ◦ blue 71

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

Shades of Cardinal #B61447

Tints of Cardinal #B61447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

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

R = 66.67%
G = 7.33%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B61447 (or 0xB61447) is known color: Cardinal. HEX triplet: B6, 14 and 47. RGB value is (182,20,71). Sum of RGB (Red+Green+Blue) = 182+20+71=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B61447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61447 is #49EBB8. Grayscale: #4A4A4A. Windows color (decimal): -4844473 or 4658358. OLE color: 4658358.

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

Color convert

RGB 182 20 71 -
CMYK 0 0.89 0.61 0.29
HSL 341.11º 0.8% 0.4% -
HSV(B) 341.11º 0.89% 0.71% -
XYZ 20.68 10.9 6.98 -
YUV 74.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 182 20 71 0 0.89 0.61 0.29 341.11 0.8 0.4
Hex B6 14 47 0 59 3D 1D 155 50 28
Octal 266 24 107 0 131 75 35 525 120 50
Binary 10110110 10100 1000111 0 1011001 111101 11101 101010101 1010000 101000

Color Harmonies of #B61447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61447

Black with #B61447

Text Example


Text Example

White with #B61447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61447; }

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

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

background-color css

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

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

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

border-color css

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

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

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