Html Css Color HEX #B41343 Cardinal

📋 copy color: '#B41343'

red 180 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #B41343

Tints of Cardinal #B41343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

 BLUE value IS 67 (26.56% from 255) = 25.19%

R = 67.67%
G = 7.14%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B41343 (or 0xB41343) is known color: Cardinal. HEX triplet: B4, 13 and 43. RGB value is (180,19,67). Sum of RGB (Red+Green+Blue) = 180+19+67=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B41343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41343 is #4BECBC. Grayscale: #484848. Windows color (decimal): -4975805 or 4395956. OLE color: 4395956.

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

Color convert

RGB 180 19 67 -
CMYK 0 0.89 0.63 0.29
HSL 342.11º 0.81% 0.39% -
HSV(B) 342.11º 0.89% 0.71% -
XYZ 20.07 10.57 6.29 -
YUV 72.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 180 19 67 0 0.89 0.63 0.29 342.11 0.81 0.39
Hex B4 13 43 0 59 3F 1D 156 51 27
Octal 264 23 103 0 131 77 35 526 121 47
Binary 10110100 10011 1000011 0 1011001 111111 11101 101010110 1010001 100111

Color Harmonies of #B41343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41343

Black with #B41343

Text Example


Text Example

White with #B41343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41343; }

 p { color: rgb(180,19,67); }

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

background-color css

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

 a { background-color: rgb(180,19,67); }

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

border-color css

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

 span { border-color: rgb(180,19,67); }

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