Html Css Color HEX #B71243 Cardinal

📋 copy color: '#B71243'

red 183 ◦ green 18 ◦ blue 67

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

Shades of Cardinal #B71243

Tints of Cardinal #B71243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 68.28%
G = 6.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B71243 (or 0xB71243) is known color: Cardinal. HEX triplet: B7, 12 and 43. RGB value is (183,18,67). Sum of RGB (Red+Green+Blue) = 183+18+67=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B71243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71243 is #48EDBC. Grayscale: #484848. Windows color (decimal): -4779453 or 4395703. OLE color: 4395703.

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

Color convert

RGB 183 18 67 -
CMYK 0 0.90 0.63 0.28
HSL 342.18º 0.82% 0.39% -
HSV(B) 342.18º 0.9% 0.72% -
XYZ 20.76 10.91 6.32 -
YUV 72.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 183 18 67 0 0.90 0.63 0.28 342.18 0.82 0.39
Hex B7 12 43 0 5A 3F 1C 156 52 27
Octal 267 22 103 0 132 77 34 526 122 47
Binary 10110111 10010 1000011 0 1011010 111111 11100 101010110 1010010 100111

Color Harmonies of #B71243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71243

Black with #B71243

Text Example


Text Example

White with #B71243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71243; }

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

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

background-color css

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

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

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

border-color css

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

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

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