Html Css Color HEX #B6144A Cardinal

📋 copy color: '#B6144A'

red 182 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #B6144A

Tints of Cardinal #B6144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 65.94%
G = 7.25%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6144A (or 0xB6144A) is known color: Cardinal. HEX triplet: B6, 14 and 4A. RGB value is (182,20,74). Sum of RGB (Red+Green+Blue) = 182+20+74=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6144A is #49EBB5. Grayscale: #4A4A4A. Windows color (decimal): -4844470 or 4854966. OLE color: 4854966.

HSL color Cylindrical-coordinate representation of color #B6144A: hue angle of 340º 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 #B6144A is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 74 -
CMYK 0 0.89 0.59 0.29
HSL 340º 0.8% 0.4% -
HSV(B) 340º 0.89% 0.71% -
XYZ 20.78 10.94 7.5 -
YUV 74.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 182 20 74 0 0.89 0.59 0.29 340 0.8 0.4
Hex B6 14 4A 0 59 3B 1D 154 50 28
Octal 266 24 112 0 131 73 35 524 120 50
Binary 10110110 10100 1001010 0 1011001 111011 11101 101010100 1010000 101000

Color Harmonies of #B6144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6144A

Black with #B6144A

Text Example


Text Example

White with #B6144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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