Html Css Color HEX #B71729 Cardinal

📋 copy color: '#B71729'

red 183 ◦ green 23 ◦ blue 41

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

Shades of Cardinal #B71729

Tints of Cardinal #B71729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 74.09%
G = 9.31%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B71729 (or 0xB71729) is known color: Cardinal. HEX triplet: B7, 17 and 29. RGB value is (183,23,41). Sum of RGB (Red+Green+Blue) = 183+23+41=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B71729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71729 is #48E8D6. Grayscale: #484848. Windows color (decimal): -4778199 or 2693047. OLE color: 2693047.

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

Color convert

RGB 183 23 41 -
CMYK 0 0.87 0.78 0.28
HSL 353.25º 0.78% 0.4% -
HSV(B) 353.25º 0.87% 0.72% -
XYZ 20.24 10.84 3.12 -
YUV 72.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 183 23 41 0 0.87 0.78 0.28 353.25 0.78 0.4
Hex B7 17 29 0 57 4E 1C 161 4E 28
Octal 267 27 51 0 127 116 34 541 116 50
Binary 10110111 10111 101001 0 1010111 1001110 11100 101100001 1001110 101000

Color Harmonies of #B71729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71729

Black with #B71729

Text Example


Text Example

White with #B71729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71729; }

 p { color: rgb(183,23,41); }

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

background-color css

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

 a { background-color: rgb(183,23,41); }

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

border-color css

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

 span { border-color: rgb(183,23,41); }

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