Html Css Color HEX #B61B2C Cardinal

📋 copy color: '#B61B2C'

red 182 ◦ green 27 ◦ blue 44

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

Shades of Cardinal #B61B2C

Tints of Cardinal #B61B2C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.67%

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

R = 71.94%
G = 10.67%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B61B2C (or 0xB61B2C) is known color: Cardinal. HEX triplet: B6, 1B and 2C. RGB value is (182,27,44). Sum of RGB (Red+Green+Blue) = 182+27+44=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61B2C is #49E4D3. Grayscale: #4B4B4B. Windows color (decimal): -4842708 or 2890678. OLE color: 2890678.

HSL color Cylindrical-coordinate representation of color #B61B2C: hue angle of 353.42º degrees, saturation: 0.74, 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 #B61B2C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 27 44 -
CMYK 0 0.85 0.76 0.29
HSL 353.42º 0.74% 0.41% -
HSV(B) 353.42º 0.85% 0.71% -
XYZ 20.14 10.91 3.43 -
YUV 75.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 182 27 44 0 0.85 0.76 0.29 353.42 0.74 0.41
Hex B6 1B 2C 0 55 4C 1D 161 4A 29
Octal 266 33 54 0 125 114 35 541 112 51
Binary 10110110 11011 101100 0 1010101 1001100 11101 101100001 1001010 101001

Color Harmonies of #B61B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61B2C

Black with #B61B2C

Text Example


Text Example

White with #B61B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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