Html Css Color HEX #B61A30 Cardinal

📋 copy color: '#B61A30'

red 182 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #B61A30

Tints of Cardinal #B61A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.16%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 71.09%
G = 10.16%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B61A30 (or 0xB61A30) is known color: Cardinal. HEX triplet: B6, 1A and 30. RGB value is (182,26,48). Sum of RGB (Red+Green+Blue) = 182+26+48=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A30 is #49E5CF. Grayscale: #4B4B4B. Windows color (decimal): -4842960 or 3152566. OLE color: 3152566.

HSL color Cylindrical-coordinate representation of color #B61A30: hue angle of 351.54º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61A30 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 26 48 -
CMYK 0 0.86 0.74 0.29
HSL 351.54º 0.75% 0.41% -
HSV(B) 351.54º 0.86% 0.71% -
XYZ 20.19 10.9 3.84 -
YUV 75.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 182 26 48 0 0.86 0.74 0.29 351.54 0.75 0.41
Hex B6 1A 30 0 56 4A 1D 160 4B 29
Octal 266 32 60 0 126 112 35 540 113 51
Binary 10110110 11010 110000 0 1010110 1001010 11101 101100000 1001011 101001

Color Harmonies of #B61A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A30

Black with #B61A30

Text Example


Text Example

White with #B61A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A30; }

 p { color: rgb(182,26,48); }

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

background-color css

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

 a { background-color: rgb(182,26,48); }

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

border-color css

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

 span { border-color: rgb(182,26,48); }

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