Html Css Color HEX #B61C3C Cardinal

📋 copy color: '#B61C3C'

red 182 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #B61C3C

Tints of Cardinal #B61C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

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

R = 67.41%
G = 10.37%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B61C3C (or 0xB61C3C) is known color: Cardinal. HEX triplet: B6, 1C and 3C. RGB value is (182,28,60). Sum of RGB (Red+Green+Blue) = 182+28+60=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61C3C is #49E3C3. Grayscale: #4D4D4D. Windows color (decimal): -4842436 or 3939510. OLE color: 3939510.

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

Color convert

RGB 182 28 60 -
CMYK 0 0.85 0.67 0.29
HSL 347.53º 0.73% 0.41% -
HSV(B) 347.53º 0.85% 0.71% -
XYZ 20.52 11.1 5.34 -
YUV 77.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 182 28 60 0 0.85 0.67 0.29 347.53 0.73 0.41
Hex B6 1C 3C 0 55 43 1D 15C 49 29
Octal 266 34 74 0 125 103 35 534 111 51
Binary 10110110 11100 111100 0 1010101 1000011 11101 101011100 1001001 101001

Color Harmonies of #B61C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C3C

Black with #B61C3C

Text Example


Text Example

White with #B61C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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