Html Css Color HEX #B41042 Cardinal

📋 copy color: '#B41042'

red 180 ◦ green 16 ◦ blue 66

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

Shades of Cardinal #B41042

Tints of Cardinal #B41042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 68.7%
G = 6.11%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B41042 (or 0xB41042) is known color: Cardinal. HEX triplet: B4, 10 and 42. RGB value is (180,16,66). Sum of RGB (Red+Green+Blue) = 180+16+66=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B41042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41042 is #4BEFBD. Grayscale: #464646. Windows color (decimal): -4976574 or 4329652. OLE color: 4329652.

HSL color Cylindrical-coordinate representation of color #B41042: hue angle of 341.71º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41042 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 66 -
CMYK 0 0.91 0.63 0.29
HSL 341.71º 0.84% 0.38% -
HSV(B) 341.71º 0.91% 0.71% -
XYZ 19.99 10.47 6.12 -
YUV 70.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 180 16 66 0 0.91 0.63 0.29 341.71 0.84 0.38
Hex B4 10 42 0 5B 3F 1D 156 54 26
Octal 264 20 102 0 133 77 35 526 124 46
Binary 10110100 10000 1000010 0 1011011 111111 11101 101010110 1010100 100110

Color Harmonies of #B41042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41042

Black with #B41042

Text Example


Text Example

White with #B41042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41042; }

 p { color: rgb(180,16,66); }

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

background-color css

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

 a { background-color: rgb(180,16,66); }

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

border-color css

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

 span { border-color: rgb(180,16,66); }

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