Html Css Color HEX #B41D2D Cardinal

📋 copy color: '#B41D2D'

red 180 ◦ green 29 ◦ blue 45

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

Shades of Cardinal #B41D2D

Tints of Cardinal #B41D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 70.87%
G = 11.42%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B41D2D (or 0xB41D2D) is known color: Cardinal. HEX triplet: B4, 1D and 2D. RGB value is (180,29,45). Sum of RGB (Red+Green+Blue) = 180+29+45=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D2D is #4BE2D2. Grayscale: #4C4C4C. Windows color (decimal): -4973267 or 2956724. OLE color: 2956724.

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

Color convert

RGB 180 29 45 -
CMYK 0 0.84 0.75 0.29
HSL 353.64º 0.72% 0.41% -
HSV(B) 353.64º 0.84% 0.71% -
XYZ 19.74 10.77 3.52 -
YUV 75.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 180 29 45 0 0.84 0.75 0.29 353.64 0.72 0.41
Hex B4 1D 2D 0 54 4B 1D 162 48 29
Octal 264 35 55 0 124 113 35 542 110 51
Binary 10110100 11101 101101 0 1010100 1001011 11101 101100010 1001000 101001

Color Harmonies of #B41D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41D2D

Black with #B41D2D

Text Example


Text Example

White with #B41D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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