Html Css Color HEX #B71745 Cardinal

📋 copy color: '#B71745'

red 183 ◦ green 23 ◦ blue 69

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

Shades of Cardinal #B71745

Tints of Cardinal #B71745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 66.55%
G = 8.36%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B71745 (or 0xB71745) is known color: Cardinal. HEX triplet: B7, 17 and 45. RGB value is (183,23,69). Sum of RGB (Red+Green+Blue) = 183+23+69=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B71745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71745 is #48E8BA. Grayscale: #4C4C4C. Windows color (decimal): -4778171 or 4528055. OLE color: 4528055.

HSL color Cylindrical-coordinate representation of color #B71745: hue angle of 342.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71745 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 23 69 -
CMYK 0 0.87 0.62 0.28
HSL 342.75º 0.78% 0.4% -
HSV(B) 342.75º 0.87% 0.72% -
XYZ 20.91 11.11 6.67 -
YUV 76.08 124.01 204.26 -
System Red Green Blue C M Y K H S L
Decimal 183 23 69 0 0.87 0.62 0.28 342.75 0.78 0.4
Hex B7 17 45 0 57 3E 1C 157 4E 28
Octal 267 27 105 0 127 76 34 527 116 50
Binary 10110111 10111 1000101 0 1010111 111110 11100 101010111 1001110 101000

Color Harmonies of #B71745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71745

Black with #B71745

Text Example


Text Example

White with #B71745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71745; }

 p { color: rgb(183,23,69); }

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

background-color css

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

 a { background-color: rgb(183,23,69); }

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

border-color css

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

 span { border-color: rgb(183,23,69); }

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