Html Css Color HEX #B61428 Cardinal

📋 copy color: '#B61428'

red 182 ◦ green 20 ◦ blue 40

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

Shades of Cardinal #B61428

Tints of Cardinal #B61428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

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

R = 75.21%
G = 8.26%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B61428 (or 0xB61428) is known color: Cardinal. HEX triplet: B6, 14 and 28. RGB value is (182,20,40). Sum of RGB (Red+Green+Blue) = 182+20+40=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B61428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61428 is #49EBD7. Grayscale: #464646. Windows color (decimal): -4844504 or 2626742. OLE color: 2626742.

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

Color convert

RGB 182 20 40 -
CMYK 0 0.89 0.78 0.29
HSL 352.59º 0.8% 0.4% -
HSV(B) 352.59º 0.89% 0.71% -
XYZ 19.92 10.6 3 -
YUV 70.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 182 20 40 0 0.89 0.78 0.29 352.59 0.8 0.4
Hex B6 14 28 0 59 4E 1D 161 50 28
Octal 266 24 50 0 131 116 35 541 120 50
Binary 10110110 10100 101000 0 1011001 1001110 11101 101100001 1010000 101000

Color Harmonies of #B61428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61428

Black with #B61428

Text Example


Text Example

White with #B61428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61428; }

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

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

background-color css

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

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

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

border-color css

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

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

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