Html Css Color HEX #B41433 Cardinal

📋 copy color: '#B41433'

red 180 ◦ green 20 ◦ blue 51

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

Shades of Cardinal #B41433

Tints of Cardinal #B41433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 71.71%
G = 7.97%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B41433 (or 0xB41433) is known color: Cardinal. HEX triplet: B4, 14 and 33. RGB value is (180,20,51). Sum of RGB (Red+Green+Blue) = 180+20+51=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B41433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41433 is #4BEBCC. Grayscale: #474747. Windows color (decimal): -4975565 or 3347636. OLE color: 3347636.

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

Color convert

RGB 180 20 51 -
CMYK 0 0.89 0.72 0.29
HSL 348.38º 0.8% 0.39% -
HSV(B) 348.38º 0.89% 0.71% -
XYZ 19.67 10.44 4.11 -
YUV 71.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 180 20 51 0 0.89 0.72 0.29 348.38 0.8 0.39
Hex B4 14 33 0 59 48 1D 15C 50 27
Octal 264 24 63 0 131 110 35 534 120 47
Binary 10110100 10100 110011 0 1011001 1001000 11101 101011100 1010000 100111

Color Harmonies of #B41433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41433

Black with #B41433

Text Example


Text Example

White with #B41433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41433; }

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

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

background-color css

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

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

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

border-color css

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

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

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