Html Css Color HEX #B41E2A Cardinal

📋 copy color: '#B41E2A'

red 180 ◦ green 30 ◦ blue 42

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

Shades of Cardinal #B41E2A

Tints of Cardinal #B41E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 71.43%
G = 11.9%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B41E2A (or 0xB41E2A) is known color: Cardinal. HEX triplet: B4, 1E and 2A. RGB value is (180,30,42). Sum of RGB (Red+Green+Blue) = 180+30+42=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41E2A is #4BE1D5. Grayscale: #4C4C4C. Windows color (decimal): -4973014 or 2760372. OLE color: 2760372.

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

Color convert

RGB 180 30 42 -
CMYK 0 0.83 0.77 0.29
HSL 355.2º 0.71% 0.41% -
HSV(B) 355.2º 0.83% 0.71% -
XYZ 19.7 10.8 3.24 -
YUV 76.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 180 30 42 0 0.83 0.77 0.29 355.2 0.71 0.41
Hex B4 1E 2A 0 53 4D 1D 163 47 29
Octal 264 36 52 0 123 115 35 543 107 51
Binary 10110100 11110 101010 0 1010011 1001101 11101 101100011 1000111 101001

Color Harmonies of #B41E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41E2A

Black with #B41E2A

Text Example


Text Example

White with #B41E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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