Html Css Color HEX #B61F2C Cardinal

📋 copy color: '#B61F2C'

red 182 ◦ green 31 ◦ blue 44

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

Shades of Cardinal #B61F2C

Tints of Cardinal #B61F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.06%

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

R = 70.82%
G = 12.06%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B61F2C (or 0xB61F2C) is known color: Cardinal. HEX triplet: B6, 1F and 2C. RGB value is (182,31,44). Sum of RGB (Red+Green+Blue) = 182+31+44=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F2C is #49E0D3. Grayscale: #4D4D4D. Windows color (decimal): -4841684 or 2891702. OLE color: 2891702.

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

Color convert

RGB 182 31 44 -
CMYK 0 0.83 0.76 0.29
HSL 354.83º 0.71% 0.42% -
HSV(B) 354.83º 0.83% 0.71% -
XYZ 20.24 11.11 3.46 -
YUV 77.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 182 31 44 0 0.83 0.76 0.29 354.83 0.71 0.42
Hex B6 1F 2C 0 53 4C 1D 163 47 2A
Octal 266 37 54 0 123 114 35 543 107 52
Binary 10110110 11111 101100 0 1010011 1001100 11101 101100011 1000111 101010

Color Harmonies of #B61F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61F2C

Black with #B61F2C

Text Example


Text Example

White with #B61F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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