Html Css Color HEX #B71C2A Cardinal

📋 copy color: '#B71C2A'

red 183 ◦ green 28 ◦ blue 42

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

Shades of Cardinal #B71C2A

Tints of Cardinal #B71C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

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

R = 72.33%
G = 11.07%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B71C2A (or 0xB71C2A) is known color: Cardinal. HEX triplet: B7, 1C and 2A. RGB value is (183,28,42). Sum of RGB (Red+Green+Blue) = 183+28+42=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C2A is #48E3D5. Grayscale: #4C4C4C. Windows color (decimal): -4776918 or 2759863. OLE color: 2759863.

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

Color convert

RGB 183 28 42 -
CMYK 0 0.85 0.77 0.28
HSL 354.58º 0.73% 0.41% -
HSV(B) 354.58º 0.85% 0.72% -
XYZ 20.36 11.06 3.25 -
YUV 75.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 183 28 42 0 0.85 0.77 0.28 354.58 0.73 0.41
Hex B7 1C 2A 0 55 4D 1C 163 49 29
Octal 267 34 52 0 125 115 34 543 111 51
Binary 10110111 11100 101010 0 1010101 1001101 11100 101100011 1001001 101001

Color Harmonies of #B71C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C2A

Black with #B71C2A

Text Example


Text Example

White with #B71C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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