Html Css Color HEX #B71234 Cardinal

📋 copy color: '#B71234'

red 183 ◦ green 18 ◦ blue 52

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

Shades of Cardinal #B71234

Tints of Cardinal #B71234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 72.33%
G = 7.11%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B71234 (or 0xB71234) is known color: Cardinal. HEX triplet: B7, 12 and 34. RGB value is (183,18,52). Sum of RGB (Red+Green+Blue) = 183+18+52=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B71234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71234 is #48EDCB. Grayscale: #474747. Windows color (decimal): -4779468 or 3412663. OLE color: 3412663.

HSL color Cylindrical-coordinate representation of color #B71234: hue angle of 347.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71234 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 52 -
CMYK 0 0.90 0.72 0.28
HSL 347.64º 0.82% 0.39% -
HSV(B) 347.64º 0.9% 0.72% -
XYZ 20.36 10.75 4.25 -
YUV 71.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 183 18 52 0 0.90 0.72 0.28 347.64 0.82 0.39
Hex B7 12 34 0 5A 48 1C 15C 52 27
Octal 267 22 64 0 132 110 34 534 122 47
Binary 10110111 10010 110100 0 1011010 1001000 11100 101011100 1010010 100111

Color Harmonies of #B71234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71234

Black with #B71234

Text Example


Text Example

White with #B71234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71234; }

 p { color: rgb(183,18,52); }

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

background-color css

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

 a { background-color: rgb(183,18,52); }

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

border-color css

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

 span { border-color: rgb(183,18,52); }

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