Html Css Color HEX #B41C35 Cardinal

📋 copy color: '#B41C35'

red 180 ◦ green 28 ◦ blue 53

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

Shades of Cardinal #B41C35

Tints of Cardinal #B41C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.31%

R = 68.97%
G = 10.73%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B41C35 (or 0xB41C35) is known color: Cardinal. HEX triplet: B4, 1C and 35. RGB value is (180,28,53). Sum of RGB (Red+Green+Blue) = 180+28+53=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C35 is #4BE3CA. Grayscale: #4C4C4C. Windows color (decimal): -4973515 or 3480756. OLE color: 3480756.

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

Color convert

RGB 180 28 53 -
CMYK 0 0.84 0.71 0.29
HSL 350.13º 0.73% 0.41% -
HSV(B) 350.13º 0.84% 0.71% -
XYZ 19.88 10.79 4.4 -
YUV 76.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 180 28 53 0 0.84 0.71 0.29 350.13 0.73 0.41
Hex B4 1C 35 0 54 47 1D 15E 49 29
Octal 264 34 65 0 124 107 35 536 111 51
Binary 10110100 11100 110101 0 1010100 1000111 11101 101011110 1001001 101001

Color Harmonies of #B41C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C35

Black with #B41C35

Text Example


Text Example

White with #B41C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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