Html Css Color HEX #B31043 Cardinal

📋 copy color: '#B31043'

red 179 ◦ green 16 ◦ blue 67

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

Shades of Cardinal #B31043

Tints of Cardinal #B31043

RGB

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

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

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

R = 68.32%
G = 6.11%
B = 25.57%

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

#B31043 (or 0xB31043) is known color: Cardinal. HEX triplet: B3, 10 and 43. RGB value is (179,16,67). Sum of RGB (Red+Green+Blue) = 179+16+67=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B31043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31043 is #4CEFBC. Grayscale: #464646. Windows color (decimal): -5042109 or 4395187. OLE color: 4395187.

HSL color Cylindrical-coordinate representation of color #B31043: hue angle of 341.23º 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 #B31043 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 67 -
CMYK 0 0.91 0.63 0.30
HSL 341.23º 0.84% 0.38% -
HSV(B) 341.23º 0.91% 0.7% -
XYZ 19.79 10.36 6.27 -
YUV 70.55 126 205.35 -
System Red Green Blue C M Y K H S L
Decimal 179 16 67 0 0.91 0.63 0.30 341.23 0.84 0.38
Hex B3 10 43 0 5B 3F 1E 155 54 26
Octal 263 20 103 0 133 77 36 525 124 46
Binary 10110011 10000 1000011 0 1011011 111111 11110 101010101 1010100 100110

Color Harmonies of #B31043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31043

Black with #B31043

Text Example


Text Example

White with #B31043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31043; }

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

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

background-color css

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

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

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

border-color css

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

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

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