Html Css Color HEX #B71929 Cardinal

📋 copy color: '#B71929'

red 183 ◦ green 25 ◦ blue 41

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

Shades of Cardinal #B71929

Tints of Cardinal #B71929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

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

R = 73.49%
G = 10.04%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B71929 (or 0xB71929) is known color: Cardinal. HEX triplet: B7, 19 and 29. RGB value is (183,25,41). Sum of RGB (Red+Green+Blue) = 183+25+41=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B71929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71929 is #48E6D6. Grayscale: #4A4A4A. Windows color (decimal): -4777687 or 2693559. OLE color: 2693559.

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

Color convert

RGB 183 25 41 -
CMYK 0 0.86 0.78 0.28
HSL 353.92º 0.76% 0.41% -
HSV(B) 353.92º 0.86% 0.72% -
XYZ 20.28 10.92 3.14 -
YUV 74.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 183 25 41 0 0.86 0.78 0.28 353.92 0.76 0.41
Hex B7 19 29 0 56 4E 1C 162 4C 29
Octal 267 31 51 0 126 116 34 542 114 51
Binary 10110111 11001 101001 0 1010110 1001110 11100 101100010 1001100 101001

Color Harmonies of #B71929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71929

Black with #B71929

Text Example


Text Example

White with #B71929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71929; }

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

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

background-color css

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

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

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

border-color css

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

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

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