Html Css Color HEX #B31643 Cardinal

📋 copy color: '#B31643'

red 179 ◦ green 22 ◦ blue 67

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

Shades of Cardinal #B31643

Tints of Cardinal #B31643

RGB

 RED value IS 179 (70.31% from 255) = 66.79%

 GREEN value IS 22 (8.98% from 255) = 8.21%

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

R = 66.79%
G = 8.21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B31643 (or 0xB31643) is known color: Cardinal. HEX triplet: B3, 16 and 43. RGB value is (179,22,67). Sum of RGB (Red+Green+Blue) = 179+22+67=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31643 is #4CE9BC. Grayscale: #4A4A4A. Windows color (decimal): -5040573 or 4396723. OLE color: 4396723.

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

Color convert

RGB 179 22 67 -
CMYK 0 0.88 0.63 0.30
HSL 342.8º 0.78% 0.39% -
HSV(B) 342.8º 0.88% 0.7% -
XYZ 19.89 10.56 6.3 -
YUV 74.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 179 22 67 0 0.88 0.63 0.30 342.8 0.78 0.39
Hex B3 16 43 0 58 3F 1E 157 4E 27
Octal 263 26 103 0 130 77 36 527 116 47
Binary 10110011 10110 1000011 0 1011000 111111 11110 101010111 1001110 100111

Color Harmonies of #B31643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31643

Black with #B31643

Text Example


Text Example

White with #B31643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31643; }

 p { color: rgb(179,22,67); }

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

background-color css

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

 a { background-color: rgb(179,22,67); }

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

border-color css

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

 span { border-color: rgb(179,22,67); }

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