Html Css Color HEX #B41441 Cardinal

📋 copy color: '#B41441'

red 180 ◦ green 20 ◦ blue 65

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

Shades of Cardinal #B41441

Tints of Cardinal #B41441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 67.92%
G = 7.55%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B41441 (or 0xB41441) is known color: Cardinal. HEX triplet: B4, 14 and 41. RGB value is (180,20,65). Sum of RGB (Red+Green+Blue) = 180+20+65=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B41441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41441 is #4BEBBE. Grayscale: #484848. Windows color (decimal): -4975551 or 4265140. OLE color: 4265140.

HSL color Cylindrical-coordinate representation of color #B41441: hue angle of 343.12º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41441 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 65 -
CMYK 0 0.89 0.64 0.29
HSL 343.13º 0.8% 0.39% -
HSV(B) 343.13º 0.89% 0.71% -
XYZ 20.03 10.59 5.99 -
YUV 72.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 180 20 65 0 0.89 0.64 0.29 343.13 0.8 0.39
Hex B4 14 41 0 59 40 1D 157 50 27
Octal 264 24 101 0 131 100 35 527 120 47
Binary 10110100 10100 1000001 0 1011001 1000000 11101 101010111 1010000 100111

Color Harmonies of #B41441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41441

Black with #B41441

Text Example


Text Example

White with #B41441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41441; }

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

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

background-color css

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

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

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

border-color css

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

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

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