Html Css Color HEX #B41D2C Cardinal

📋 copy color: '#B41D2C'

red 180 ◦ green 29 ◦ blue 44

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

Shades of Cardinal #B41D2C

Tints of Cardinal #B41D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 71.15%
G = 11.46%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B41D2C (or 0xB41D2C) is known color: Cardinal. HEX triplet: B4, 1D and 2C. RGB value is (180,29,44). Sum of RGB (Red+Green+Blue) = 180+29+44=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D2C is #4BE2D3. Grayscale: #4B4B4B. Windows color (decimal): -4973268 or 2891188. OLE color: 2891188.

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

Color convert

RGB 180 29 44 -
CMYK 0 0.84 0.76 0.29
HSL 354.04º 0.72% 0.41% -
HSV(B) 354.04º 0.84% 0.71% -
XYZ 19.72 10.76 3.42 -
YUV 75.86 110.03 202.28 -
System Red Green Blue C M Y K H S L
Decimal 180 29 44 0 0.84 0.76 0.29 354.04 0.72 0.41
Hex B4 1D 2C 0 54 4C 1D 162 48 29
Octal 264 35 54 0 124 114 35 542 110 51
Binary 10110100 11101 101100 0 1010100 1001100 11101 101100010 1001000 101001

Color Harmonies of #B41D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41D2C

Black with #B41D2C

Text Example


Text Example

White with #B41D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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