Html Css Color HEX #B61D2C Cardinal

📋 copy color: '#B61D2C'

red 182 ◦ green 29 ◦ blue 44

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

Shades of Cardinal #B61D2C

Tints of Cardinal #B61D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.37%

 BLUE value IS 44 (17.58% from 255) = 17.25%

R = 71.37%
G = 11.37%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B61D2C (or 0xB61D2C) is known color: Cardinal. HEX triplet: B6, 1D and 2C. RGB value is (182,29,44). Sum of RGB (Red+Green+Blue) = 182+29+44=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D2C is #49E2D3. Grayscale: #4C4C4C. Windows color (decimal): -4842196 or 2891190. OLE color: 2891190.

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

Color convert

RGB 182 29 44 -
CMYK 0 0.84 0.76 0.29
HSL 354.12º 0.73% 0.41% -
HSV(B) 354.12º 0.84% 0.71% -
XYZ 20.19 11.01 3.44 -
YUV 76.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 182 29 44 0 0.84 0.76 0.29 354.12 0.73 0.41
Hex B6 1D 2C 0 54 4C 1D 162 49 29
Octal 266 35 54 0 124 114 35 542 111 51
Binary 10110110 11101 101100 0 1010100 1001100 11101 101100010 1001001 101001

Color Harmonies of #B61D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61D2C

Black with #B61D2C

Text Example


Text Example

White with #B61D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61D2C; }

 p { color: rgb(182,29,44); }

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

background-color css

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

 a { background-color: rgb(182,29,44); }

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

border-color css

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

 span { border-color: rgb(182,29,44); }

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