Html Css Color HEX #B41428 Cardinal

📋 copy color: '#B41428'

red 180 ◦ green 20 ◦ blue 40

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

Shades of Cardinal #B41428

Tints of Cardinal #B41428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 75%
G = 8.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B41428 (or 0xB41428) is known color: Cardinal. HEX triplet: B4, 14 and 28. RGB value is (180,20,40). Sum of RGB (Red+Green+Blue) = 180+20+40=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B41428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41428 is #4BEBD7. Grayscale: #464646. Windows color (decimal): -4975576 or 2626740. OLE color: 2626740.

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

Color convert

RGB 180 20 40 -
CMYK 0 0.89 0.78 0.29
HSL 352.5º 0.8% 0.39% -
HSV(B) 352.5º 0.89% 0.71% -
XYZ 19.46 10.36 2.98 -
YUV 70.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 180 20 40 0 0.89 0.78 0.29 352.5 0.8 0.39
Hex B4 14 28 0 59 4E 1D 160 50 27
Octal 264 24 50 0 131 116 35 540 120 47
Binary 10110100 10100 101000 0 1011001 1001110 11101 101100000 1010000 100111

Color Harmonies of #B41428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41428

Black with #B41428

Text Example


Text Example

White with #B41428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41428; }

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

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

background-color css

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

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

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

border-color css

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

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

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