Html Css Color HEX #B41C41 Cardinal

📋 copy color: '#B41C41'

red 180 ◦ green 28 ◦ blue 65

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

Shades of Cardinal #B41C41

Tints of Cardinal #B41C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 65.93%
G = 10.26%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B41C41 (or 0xB41C41) is known color: Cardinal. HEX triplet: B4, 1C and 41. RGB value is (180,28,65). Sum of RGB (Red+Green+Blue) = 180+28+65=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C41 is #4BE3BE. Grayscale: #4D4D4D. Windows color (decimal): -4973503 or 4267188. OLE color: 4267188.

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

Color convert

RGB 180 28 65 -
CMYK 0 0.84 0.64 0.29
HSL 345.39º 0.73% 0.41% -
HSV(B) 345.39º 0.84% 0.71% -
XYZ 20.19 10.92 6.04 -
YUV 77.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 180 28 65 0 0.84 0.64 0.29 345.39 0.73 0.41
Hex B4 1C 41 0 54 40 1D 159 49 29
Octal 264 34 101 0 124 100 35 531 111 51
Binary 10110100 11100 1000001 0 1010100 1000000 11101 101011001 1001001 101001

Color Harmonies of #B41C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C41

Black with #B41C41

Text Example


Text Example

White with #B41C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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