Html Css Color HEX #B41D3A Cardinal

📋 copy color: '#B41D3A'

red 180 ◦ green 29 ◦ blue 58

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

Shades of Cardinal #B41D3A

Tints of Cardinal #B41D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 67.42%
G = 10.86%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B41D3A (or 0xB41D3A) is known color: Cardinal. HEX triplet: B4, 1D and 3A. RGB value is (180,29,58). Sum of RGB (Red+Green+Blue) = 180+29+58=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D3A is #4BE2C5. Grayscale: #4D4D4D. Windows color (decimal): -4973254 or 3808692. OLE color: 3808692.

HSL color Cylindrical-coordinate representation of color #B41D3A: hue angle of 348.48º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41D3A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 29 58 -
CMYK 0 0.84 0.68 0.29
HSL 348.48º 0.72% 0.41% -
HSV(B) 348.48º 0.84% 0.71% -
XYZ 20.03 10.89 5.05 -
YUV 77.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 180 29 58 0 0.84 0.68 0.29 348.48 0.72 0.41
Hex B4 1D 3A 0 54 44 1D 15C 48 29
Octal 264 35 72 0 124 104 35 534 110 51
Binary 10110100 11101 111010 0 1010100 1000100 11101 101011100 1001000 101001

Color Harmonies of #B41D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41D3A

Black with #B41D3A

Text Example


Text Example

White with #B41D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41D3A; }

 p { color: rgb(180,29,58); }

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

background-color css

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

 a { background-color: rgb(180,29,58); }

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

border-color css

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

 span { border-color: rgb(180,29,58); }

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