Html Css Color HEX #BB062D Cardinal

📋 copy color: '#BB062D'

red 187 ◦ green 6 ◦ blue 45

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

Shades of Cardinal #BB062D

Tints of Cardinal #BB062D

RGB

 RED value IS 187 (73.44% from 255) = 78.57%

 GREEN value IS 6 (2.73% from 255) = 2.52%

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 78.57%
G = 2.52%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB062D (or 0xBB062D) is known color: Cardinal. HEX triplet: BB, 06 and 2D. RGB value is (187,6,45). Sum of RGB (Red+Green+Blue) = 187+6+45=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB062D is #44F9D2. Grayscale: #404040. Windows color (decimal): -4520403 or 2950843. OLE color: 2950843.

HSL color Cylindrical-coordinate representation of color #BB062D: hue angle of 347.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB062D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 45 -
CMYK 0 0.97 0.76 0.27
HSL 347.07º 0.94% 0.38% -
HSV(B) 347.07º 0.97% 0.73% -
XYZ 21.03 10.88 3.48 -
YUV 64.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 187 6 45 0 0.97 0.76 0.27 347.07 0.94 0.38
Hex BB 6 2D 0 61 4C 1B 15B 5E 26
Octal 273 6 55 0 141 114 33 533 136 46
Binary 10111011 110 101101 0 1100001 1001100 11011 101011011 1011110 100110

Color Harmonies of #BB062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB062D

Black with #BB062D

Text Example


Text Example

White with #BB062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB062D; }

 p { color: rgb(187,6,45); }

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

background-color css

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

 a { background-color: rgb(187,6,45); }

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

border-color css

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

 span { border-color: rgb(187,6,45); }

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