Html Css Color HEX #B71530 Cardinal

📋 copy color: '#B71530'

red 183 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #B71530

Tints of Cardinal #B71530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

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

R = 72.62%
G = 8.33%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B71530 (or 0xB71530) is known color: Cardinal. HEX triplet: B7, 15 and 30. RGB value is (183,21,48). Sum of RGB (Red+Green+Blue) = 183+21+48=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B71530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71530 is #48EACF. Grayscale: #484848. Windows color (decimal): -4778704 or 3151287. OLE color: 3151287.

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

Color convert

RGB 183 21 48 -
CMYK 0 0.89 0.74 0.28
HSL 350º 0.79% 0.4% -
HSV(B) 350º 0.89% 0.72% -
XYZ 20.33 10.82 3.81 -
YUV 72.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 183 21 48 0 0.89 0.74 0.28 350 0.79 0.4
Hex B7 15 30 0 59 4A 1C 15E 4F 28
Octal 267 25 60 0 131 112 34 536 117 50
Binary 10110111 10101 110000 0 1011001 1001010 11100 101011110 1001111 101000

Color Harmonies of #B71530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71530

Black with #B71530

Text Example


Text Example

White with #B71530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71530; }

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

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

background-color css

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

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

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

border-color css

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

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

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