Html Css Color HEX #B71C35 Cardinal

📋 copy color: '#B71C35'

red 183 ◦ green 28 ◦ blue 53

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

Shades of Cardinal #B71C35

Tints of Cardinal #B71C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 69.32%
G = 10.61%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B71C35 (or 0xB71C35) is known color: Cardinal. HEX triplet: B7, 1C and 35. RGB value is (183,28,53). Sum of RGB (Red+Green+Blue) = 183+28+53=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C35 is #48E3CA. Grayscale: #4D4D4D. Windows color (decimal): -4776907 or 3480759. OLE color: 3480759.

HSL color Cylindrical-coordinate representation of color #B71C35: hue angle of 350.32º 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 #B71C35 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 53 -
CMYK 0 0.85 0.71 0.28
HSL 350.32º 0.73% 0.41% -
HSV(B) 350.32º 0.85% 0.72% -
XYZ 20.59 11.15 4.44 -
YUV 77.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 183 28 53 0 0.85 0.71 0.28 350.32 0.73 0.41
Hex B7 1C 35 0 55 47 1C 15E 49 29
Octal 267 34 65 0 125 107 34 536 111 51
Binary 10110111 11100 110101 0 1010101 1000111 11100 101011110 1001001 101001

Color Harmonies of #B71C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C35

Black with #B71C35

Text Example


Text Example

White with #B71C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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