Html Css Color HEX #B41C3A Cardinal

📋 copy color: '#B41C3A'

red 180 ◦ green 28 ◦ blue 58

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

Shades of Cardinal #B41C3A

Tints of Cardinal #B41C3A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

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

R = 67.67%
G = 10.53%
B = 21.8%

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

#B41C3A (or 0xB41C3A) is known color: Cardinal. HEX triplet: B4, 1C and 3A. RGB value is (180,28,58). Sum of RGB (Red+Green+Blue) = 180+28+58=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C3A is #4BE3C5. Grayscale: #4C4C4C. Windows color (decimal): -4973510 or 3808436. OLE color: 3808436.

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

Color convert

RGB 180 28 58 -
CMYK 0 0.84 0.68 0.29
HSL 348.16º 0.73% 0.41% -
HSV(B) 348.16º 0.84% 0.71% -
XYZ 20 10.84 5.04 -
YUV 76.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 180 28 58 0 0.84 0.68 0.29 348.16 0.73 0.41
Hex B4 1C 3A 0 54 44 1D 15C 49 29
Octal 264 34 72 0 124 104 35 534 111 51
Binary 10110100 11100 111010 0 1010100 1000100 11101 101011100 1001001 101001

Color Harmonies of #B41C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C3A

Black with #B41C3A

Text Example


Text Example

White with #B41C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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