Html Css Color HEX #B41534 Cardinal

📋 copy color: '#B41534'

red 180 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #B41534

Tints of Cardinal #B41534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 71.15%
G = 8.3%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B41534 (or 0xB41534) is known color: Cardinal. HEX triplet: B4, 15 and 34. RGB value is (180,21,52). Sum of RGB (Red+Green+Blue) = 180+21+52=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B41534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41534 is #4BEACB. Grayscale: #484848. Windows color (decimal): -4975308 or 3413428. OLE color: 3413428.

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

Color convert

RGB 180 21 52 -
CMYK 0 0.88 0.71 0.29
HSL 348.3º 0.79% 0.39% -
HSV(B) 348.3º 0.88% 0.71% -
XYZ 19.71 10.49 4.23 -
YUV 72.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 180 21 52 0 0.88 0.71 0.29 348.3 0.79 0.39
Hex B4 15 34 0 58 47 1D 15C 4F 27
Octal 264 25 64 0 130 107 35 534 117 47
Binary 10110100 10101 110100 0 1011000 1000111 11101 101011100 1001111 100111

Color Harmonies of #B41534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41534

Black with #B41534

Text Example


Text Example

White with #B41534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41534; }

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

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

background-color css

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

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

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

border-color css

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

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

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