Html Css Color HEX #B71D2A Cardinal

📋 copy color: '#B71D2A'

red 183 ◦ green 29 ◦ blue 42

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

Shades of Cardinal #B71D2A

Tints of Cardinal #B71D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 72.05%
G = 11.42%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B71D2A (or 0xB71D2A) is known color: Cardinal. HEX triplet: B7, 1D and 2A. RGB value is (183,29,42). Sum of RGB (Red+Green+Blue) = 183+29+42=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71D2A is #48E2D5. Grayscale: #4C4C4C. Windows color (decimal): -4776662 or 2760119. OLE color: 2760119.

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

Color convert

RGB 183 29 42 -
CMYK 0 0.84 0.77 0.28
HSL 354.94º 0.73% 0.42% -
HSV(B) 354.94º 0.84% 0.72% -
XYZ 20.39 11.11 3.26 -
YUV 76.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 183 29 42 0 0.84 0.77 0.28 354.94 0.73 0.42
Hex B7 1D 2A 0 54 4D 1C 163 49 2A
Octal 267 35 52 0 124 115 34 543 111 52
Binary 10110111 11101 101010 0 1010100 1001101 11100 101100011 1001001 101010

Color Harmonies of #B71D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D2A

Black with #B71D2A

Text Example


Text Example

White with #B71D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D2A; }

 p { color: rgb(183,29,42); }

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

background-color css

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

 a { background-color: rgb(183,29,42); }

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

border-color css

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

 span { border-color: rgb(183,29,42); }

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