Html Css Color HEX #B21042 Cardinal

📋 copy color: '#B21042'

red 178 ◦ green 16 ◦ blue 66

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

Shades of Cardinal #B21042

Tints of Cardinal #B21042

RGB

 RED value IS 178 (69.92% from 255) = 68.46%

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

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

R = 68.46%
G = 6.15%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B21042 (or 0xB21042) is known color: Cardinal. HEX triplet: B2, 10 and 42. RGB value is (178,16,66). Sum of RGB (Red+Green+Blue) = 178+16+66=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B21042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21042 is #4DEFBD. Grayscale: #464646. Windows color (decimal): -5107646 or 4329650. OLE color: 4329650.

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

Color convert

RGB 178 16 66 -
CMYK 0 0.91 0.63 0.30
HSL 341.48º 0.84% 0.38% -
HSV(B) 341.48º 0.91% 0.7% -
XYZ 19.53 10.23 6.1 -
YUV 70.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 178 16 66 0 0.91 0.63 0.30 341.48 0.84 0.38
Hex B2 10 42 0 5B 3F 1E 155 54 26
Octal 262 20 102 0 133 77 36 525 124 46
Binary 10110010 10000 1000010 0 1011011 111111 11110 101010101 1010100 100110

Color Harmonies of #B21042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21042

Black with #B21042

Text Example


Text Example

White with #B21042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21042; }

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

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

background-color css

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

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

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

border-color css

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

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

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