Html Css Color HEX #B4152A Cardinal

📋 copy color: '#B4152A'

red 180 ◦ green 21 ◦ blue 42

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

Shades of Cardinal #B4152A

Tints of Cardinal #B4152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 74.07%
G = 8.64%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4152A (or 0xB4152A) is known color: Cardinal. HEX triplet: B4, 15 and 2A. RGB value is (180,21,42). Sum of RGB (Red+Green+Blue) = 180+21+42=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4152A is #4BEAD5. Grayscale: #474747. Windows color (decimal): -4975318 or 2758068. OLE color: 2758068.

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

Color convert

RGB 180 21 42 -
CMYK 0 0.88 0.77 0.29
HSL 352.08º 0.79% 0.39% -
HSV(B) 352.08º 0.88% 0.71% -
XYZ 19.51 10.41 3.17 -
YUV 70.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 180 21 42 0 0.88 0.77 0.29 352.08 0.79 0.39
Hex B4 15 2A 0 58 4D 1D 160 4F 27
Octal 264 25 52 0 130 115 35 540 117 47
Binary 10110100 10101 101010 0 1011000 1001101 11101 101100000 1001111 100111

Color Harmonies of #B4152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4152A

Black with #B4152A

Text Example


Text Example

White with #B4152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4152A; }

 p { color: rgb(180,21,42); }

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

background-color css

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

 a { background-color: rgb(180,21,42); }

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

border-color css

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

 span { border-color: rgb(180,21,42); }

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