Html Css Color HEX #B61728 Cardinal

📋 copy color: '#B61728'

red 182 ◦ green 23 ◦ blue 40

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

Shades of Cardinal #B61728

Tints of Cardinal #B61728

RGB

 RED value IS 182 (71.48% from 255) = 74.29%

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

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 74.29%
G = 9.39%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B61728 (or 0xB61728) is known color: Cardinal. HEX triplet: B6, 17 and 28. RGB value is (182,23,40). Sum of RGB (Red+Green+Blue) = 182+23+40=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B61728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61728 is #49E8D7. Grayscale: #484848. Windows color (decimal): -4843736 or 2627510. OLE color: 2627510.

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

Color convert

RGB 182 23 40 -
CMYK 0 0.87 0.78 0.29
HSL 353.58º 0.78% 0.4% -
HSV(B) 353.58º 0.87% 0.71% -
XYZ 19.98 10.71 3.02 -
YUV 72.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 182 23 40 0 0.87 0.78 0.29 353.58 0.78 0.4
Hex B6 17 28 0 57 4E 1D 162 4E 28
Octal 266 27 50 0 127 116 35 542 116 50
Binary 10110110 10111 101000 0 1010111 1001110 11101 101100010 1001110 101000

Color Harmonies of #B61728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61728

Black with #B61728

Text Example


Text Example

White with #B61728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61728; }

 p { color: rgb(182,23,40); }

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

background-color css

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

 a { background-color: rgb(182,23,40); }

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

border-color css

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

 span { border-color: rgb(182,23,40); }

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