Html Css Color HEX #B61D3C Cardinal

📋 copy color: '#B61D3C'

red 182 ◦ green 29 ◦ blue 60

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

Shades of Cardinal #B61D3C

Tints of Cardinal #B61D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 67.16%
G = 10.7%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B61D3C (or 0xB61D3C) is known color: Cardinal. HEX triplet: B6, 1D and 3C. RGB value is (182,29,60). Sum of RGB (Red+Green+Blue) = 182+29+60=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D3C is #49E2C3. Grayscale: #4E4E4E. Windows color (decimal): -4842180 or 3939766. OLE color: 3939766.

HSL color Cylindrical-coordinate representation of color #B61D3C: hue angle of 347.84º 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 #B61D3C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 29 60 -
CMYK 0 0.84 0.67 0.29
HSL 347.84º 0.73% 0.41% -
HSV(B) 347.84º 0.84% 0.71% -
XYZ 20.55 11.15 5.34 -
YUV 78.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 182 29 60 0 0.84 0.67 0.29 347.84 0.73 0.41
Hex B6 1D 3C 0 54 43 1D 15C 49 29
Octal 266 35 74 0 124 103 35 534 111 51
Binary 10110110 11101 111100 0 1010100 1000011 11101 101011100 1001001 101001

Color Harmonies of #B61D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61D3C

Black with #B61D3C

Text Example


Text Example

White with #B61D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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