Html Css Color HEX #B71143 Cardinal

📋 copy color: '#B71143'

red 183 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #B71143

Tints of Cardinal #B71143

RGB

 RED value IS 183 (71.88% from 255) = 68.54%

 GREEN value IS 17 (7.03% from 255) = 6.37%

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

R = 68.54%
G = 6.37%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B71143 (or 0xB71143) is known color: Cardinal. HEX triplet: B7, 11 and 43. RGB value is (183,17,67). Sum of RGB (Red+Green+Blue) = 183+17+67=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B71143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71143 is #48EEBC. Grayscale: #484848. Windows color (decimal): -4779709 or 4395447. OLE color: 4395447.

HSL color Cylindrical-coordinate representation of color #B71143: hue angle of 341.93º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71143 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 67 -
CMYK 0 0.91 0.63 0.28
HSL 341.93º 0.83% 0.39% -
HSV(B) 341.93º 0.91% 0.72% -
XYZ 20.74 10.87 6.32 -
YUV 72.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 183 17 67 0 0.91 0.63 0.28 341.93 0.83 0.39
Hex B7 11 43 0 5B 3F 1C 156 53 27
Octal 267 21 103 0 133 77 34 526 123 47
Binary 10110111 10001 1000011 0 1011011 111111 11100 101010110 1010011 100111

Color Harmonies of #B71143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71143

Black with #B71143

Text Example


Text Example

White with #B71143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71143; }

 p { color: rgb(183,17,67); }

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

background-color css

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

 a { background-color: rgb(183,17,67); }

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

border-color css

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

 span { border-color: rgb(183,17,67); }

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