Html Css Color HEX #B4114A Cardinal

📋 copy color: '#B4114A'

red 180 ◦ green 17 ◦ blue 74

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

Shades of Cardinal #B4114A

Tints of Cardinal #B4114A

RGB

 RED value IS 180 (70.7% from 255) = 66.42%

 GREEN value IS 17 (7.03% from 255) = 6.27%

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

R = 66.42%
G = 6.27%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4114A (or 0xB4114A) is known color: Cardinal. HEX triplet: B4, 11 and 4A. RGB value is (180,17,74). Sum of RGB (Red+Green+Blue) = 180+17+74=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B4114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4114A is #4BEEB5. Grayscale: #484848. Windows color (decimal): -4976310 or 4854196. OLE color: 4854196.

HSL color Cylindrical-coordinate representation of color #B4114A: hue angle of 339.02º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4114A is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 74 -
CMYK 0 0.91 0.59 0.29
HSL 339.02º 0.83% 0.39% -
HSV(B) 339.02º 0.91% 0.71% -
XYZ 20.26 10.6 7.46 -
YUV 72.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 180 17 74 0 0.91 0.59 0.29 339.02 0.83 0.39
Hex B4 11 4A 0 5B 3B 1D 153 53 27
Octal 264 21 112 0 133 73 35 523 123 47
Binary 10110100 10001 1001010 0 1011011 111011 11101 101010011 1010011 100111

Color Harmonies of #B4114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4114A

Black with #B4114A

Text Example


Text Example

White with #B4114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4114A; }

 p { color: rgb(180,17,74); }

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

background-color css

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

 a { background-color: rgb(180,17,74); }

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

border-color css

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

 span { border-color: rgb(180,17,74); }

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