Html Css Color HEX #B4184A Cardinal

📋 copy color: '#B4184A'

red 180 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #B4184A

Tints of Cardinal #B4184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.63%

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

R = 64.75%
G = 8.63%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4184A (or 0xB4184A) is known color: Cardinal. HEX triplet: B4, 18 and 4A. RGB value is (180,24,74). Sum of RGB (Red+Green+Blue) = 180+24+74=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4184A is #4BE7B5. Grayscale: #4C4C4C. Windows color (decimal): -4974518 or 4855988. OLE color: 4855988.

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

Color convert

RGB 180 24 74 -
CMYK 0 0.87 0.59 0.29
HSL 340.77º 0.76% 0.4% -
HSV(B) 340.77º 0.87% 0.71% -
XYZ 20.39 10.85 7.5 -
YUV 76.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 180 24 74 0 0.87 0.59 0.29 340.77 0.76 0.4
Hex B4 18 4A 0 57 3B 1D 155 4C 28
Octal 264 30 112 0 127 73 35 525 114 50
Binary 10110100 11000 1001010 0 1010111 111011 11101 101010101 1001100 101000

Color Harmonies of #B4184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4184A

Black with #B4184A

Text Example


Text Example

White with #B4184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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