Html Css Color HEX #B71432 Cardinal

📋 copy color: '#B71432'

red 183 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #B71432

Tints of Cardinal #B71432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

 BLUE value IS 50 (19.92% from 255) = 19.76%

R = 72.33%
G = 7.91%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71432 (or 0xB71432) is known color: Cardinal. HEX triplet: B7, 14 and 32. RGB value is (183,20,50). Sum of RGB (Red+Green+Blue) = 183+20+50=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B71432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71432 is #48EBCD. Grayscale: #484848. Windows color (decimal): -4778958 or 3282103. OLE color: 3282103.

HSL color Cylindrical-coordinate representation of color #B71432: hue angle of 348.96º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71432 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 50 -
CMYK 0 0.89 0.73 0.28
HSL 348.96º 0.8% 0.4% -
HSV(B) 348.96º 0.89% 0.72% -
XYZ 20.35 10.8 4.03 -
YUV 72.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 183 20 50 0 0.89 0.73 0.28 348.96 0.8 0.4
Hex B7 14 32 0 59 49 1C 15D 50 28
Octal 267 24 62 0 131 111 34 535 120 50
Binary 10110111 10100 110010 0 1011001 1001001 11100 101011101 1010000 101000

Color Harmonies of #B71432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71432

Black with #B71432

Text Example


Text Example

White with #B71432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71432; }

 p { color: rgb(183,20,50); }

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

background-color css

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

 a { background-color: rgb(183,20,50); }

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

border-color css

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

 span { border-color: rgb(183,20,50); }

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