Html Css Color HEX #B71A30 Cardinal

📋 copy color: '#B71A30'

red 183 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #B71A30

Tints of Cardinal #B71A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.12%

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 71.21%
G = 10.12%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B71A30 (or 0xB71A30) is known color: Cardinal. HEX triplet: B7, 1A and 30. RGB value is (183,26,48). Sum of RGB (Red+Green+Blue) = 183+26+48=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A30 is #48E5CF. Grayscale: #4B4B4B. Windows color (decimal): -4777424 or 3152567. OLE color: 3152567.

HSL color Cylindrical-coordinate representation of color #B71A30: hue angle of 351.59º degrees, saturation: 0.75, 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 #B71A30 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 26 48 -
CMYK 0 0.86 0.74 0.28
HSL 351.59º 0.75% 0.41% -
HSV(B) 351.59º 0.86% 0.72% -
XYZ 20.43 11.02 3.85 -
YUV 75.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 183 26 48 0 0.86 0.74 0.28 351.59 0.75 0.41
Hex B7 1A 30 0 56 4A 1C 160 4B 29
Octal 267 32 60 0 126 112 34 540 113 51
Binary 10110111 11010 110000 0 1010110 1001010 11100 101100000 1001011 101001

Color Harmonies of #B71A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71A30

Black with #B71A30

Text Example


Text Example

White with #B71A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71A30; }

 p { color: rgb(183,26,48); }

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

background-color css

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

 a { background-color: rgb(183,26,48); }

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

border-color css

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

 span { border-color: rgb(183,26,48); }

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